#D6259C

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

Shades of Deep Cerise #D6259C

Tints of Deep Cerise #D6259C

Color information

#D6259C (or 0xD6259C) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 9C. RGB value is (214,37,156). Sum of RGB (Red+Green+Blue) = 214+37+156=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6259C is #29DA63. Grayscale: #676767. Windows color (decimal): -2742884 or 10233302. OLE color: 10233302.

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

Color convert

RGB21437156-
CMYK00.830.270.16
HSL319.66º70.52%49.22%-
HSV(B)319.66º82.71%83.92%-
XYZ34.3918.0233.12-
YUV103.49157.64206.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=52.58%
G=9.09%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143715600.830.270.16319.6670.5249.22
HexD6259C0531B101404731
Octal326452340123332050010761
Binary11010110100101100111000101001111011100001010000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6259C; }

 p { color: rgb(214,37,156); }

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

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

 a { background-color: rgb(214,37,156); }

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

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

 span { border-color: rgb(214,37,156); }

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