#D6258F

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

Shades of Deep Cerise #D6258F

Tints of Deep Cerise #D6258F

Color information

#D6258F (or 0xD6258F) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 8F. RGB value is (214,37,143). Sum of RGB (Red+Green+Blue) = 214+37+143=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258F is #29DA70. Grayscale: #656565. Windows color (decimal): -2742897 or 9381334. OLE color: 9381334.

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

Color convert

RGB21437143-
CMYK00.830.330.16
HSL324.07º70.52%49.22%-
HSV(B)324.07º82.71%83.92%-
XYZ33.3517.627.63-
YUV102.01151.14207.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 37 (14.84% from 255) = 9.39%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=54.31%
G=9.39%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143714300.830.330.16324.0770.5249.22
HexD6258F05321101444731
Octal326452170123412050410761
Binary110101101001011000111101010011100001100001010001001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6258F; }

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

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

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

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

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

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

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

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