#D626A6

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

Shades of Deep Cerise #D626A6

Tints of Deep Cerise #D626A6

Color information

#D626A6 (or 0xD626A6) is unknown color: approx Deep Cerise. HEX triplet: D6, 26 and A6. RGB value is (214,38,166). Sum of RGB (Red+Green+Blue) = 214+38+166=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D626A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D626A6 is #29D959. Grayscale: #686868. Windows color (decimal): -2742618 or 10888918. OLE color: 10888918.

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

Color convert

RGB21438166-
CMYK00.820.220.16
HSL316.36º69.84%49.41%-
HSV(B)316.36º82.24%83.92%-
XYZ35.3118.4437.77-
YUV105.22162.31205.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 38 (15.23% from 255) = 9.09%
BLUE value IS 166 (65.23% from 255) = 39.71%
R=51.20%
G=9.09%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143816600.820.220.16316.3669.8449.41
HexD626A6052161013c4631
Octal326462460122262047410661
Binary11010110100110101001100101001010110100001001111001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D626A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D626A6; }

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

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

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

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

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

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

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

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