#D6259A

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

Shades of Deep Cerise #D6259A

Tints of Deep Cerise #D6259A

Color information

#D6259A (or 0xD6259A) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 9A. RGB value is (214,37,154). Sum of RGB (Red+Green+Blue) = 214+37+154=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6259A is #29DA65. Grayscale: #666666. Windows color (decimal): -2742886 or 10102230. OLE color: 10102230.

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

Color convert

RGB21437154-
CMYK00.830.280.16
HSL320.34º70.52%49.22%-
HSV(B)320.34º82.71%83.92%-
XYZ34.2317.9532.23-
YUV103.26156.64206.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 37 (14.84% from 255) = 9.14%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=52.84%
G=9.14%
B=38.02%

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
Decimal2143715400.830.280.16320.3470.5249.22
HexD6259A0531C101404731
Octal326452320123342050010761
Binary11010110100101100110100101001111100100001010000001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6259A; }

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

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

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

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

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

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

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

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