#D6258E

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

Shades of Deep Cerise #D6258E

Tints of Deep Cerise #D6258E

Color information

#D6258E (or 0xD6258E) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 8E. RGB value is (214,37,142). Sum of RGB (Red+Green+Blue) = 214+37+142=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258E is #29DA71. Grayscale: #656565. Windows color (decimal): -2742898 or 9315798. OLE color: 9315798.

HSL color Cylindrical-coordinate representation of color #D6258E: hue angle of 324.41º 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 #D6258E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21437142-
CMYK00.830.340.16
HSL324.41º70.52%49.22%-
HSV(B)324.41º82.71%83.92%-
XYZ33.2817.5727.23-
YUV101.89150.64207.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.45%
GREEN value IS 37 (14.84% from 255) = 9.41%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=54.45%
G=9.41%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143714200.830.340.16324.4170.5249.22
HexD6258E05322101444731
Octal326452160123422050410761
Binary110101101001011000111001010011100010100001010001001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6258E; }

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

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

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

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

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

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

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

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