#D6259B

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

Shades of Deep Cerise #D6259B

Tints of Deep Cerise #D6259B

Color information

#D6259B (or 0xD6259B) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 9B. RGB value is (214,37,155). Sum of RGB (Red+Green+Blue) = 214+37+155=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6259B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6259B is #29DA64. Grayscale: #676767. Windows color (decimal): -2742885 or 10167766. OLE color: 10167766.

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

Color convert

RGB21437155-
CMYK00.830.280.16
HSL320º70.52%49.22%-
HSV(B)320º82.71%83.92%-
XYZ34.3117.9932.67-
YUV103.38157.14206.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.71%
GREEN value IS 37 (14.84% from 255) = 9.11%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=52.71%
G=9.11%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143715500.830.280.1632070.5249.22
HexD6259B0531C101404731
Octal326452330123342050010761
Binary11010110100101100110110101001111100100001010000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6259B; }

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

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

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

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

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

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

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

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