#D63BA6

Color #D63BA6 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D63BA6

Tints of Deep Cerise #D63BA6

Color information

#D63BA6 (or 0xD63BA6) is unknown color: approx Deep Cerise. HEX triplet: D6, 3B and A6. RGB value is (214,59,166). Sum of RGB (Red+Green+Blue) = 214+59+166=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63BA6 is #29C459. Grayscale: #757575. Windows color (decimal): -2737242 or 10894294. OLE color: 10894294.

HSL color Cylindrical-coordinate representation of color #D63BA6: hue angle of 318.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BA6 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB21459166-
CMYK00.720.220.16
HSL318.58º65.4%53.53%-
HSV(B)318.58º72.43%83.92%-
XYZ36.1820.1838.06-
YUV117.54155.35196.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=48.75%
G=13.44%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145916600.720.220.16318.5865.453.53
HexD63BA6048161013f4136
Octal326732460110262047710166
Binary11010110111011101001100100100010110100001001111111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63BA6; }

 p { color: rgb(214,59,166); }

 H1.HeaderClassName
 {
   color: #D63BA6;
 }
 .AnyTagClassName
 {
   color: #D63BA6;
 }
</style>
background-color css

<style>
 a { background-color: #D63BA6; }

 a { background-color: rgb(214,59,166); }

 div.DivClassName
 {
   background-color: #D63BA6;
 }
 .BgClassName
 {
   background-color: #D63BA6;
 }
</style>
border-color css

<style>
 span { border-color: #D63BA6; }

 span { border-color: rgb(214,59,166); }

 td.TdClassName
 {
   border-color: #D63BA6;
 }
 .TagClassName
 {
   border-color: #D63BA6;
 }
</style>