#D6258C

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

Shades of Deep Cerise #D6258C

Tints of Deep Cerise #D6258C

Color information

#D6258C (or 0xD6258C) is unknown color: approx Deep Cerise. HEX triplet: D6, 25 and 8C. RGB value is (214,37,140). Sum of RGB (Red+Green+Blue) = 214+37+140=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6258C is #29DA73. Grayscale: #656565. Windows color (decimal): -2742900 or 9184726. OLE color: 9184726.

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

Color convert

RGB21437140-
CMYK00.830.350.16
HSL325.08º70.52%49.22%-
HSV(B)325.08º82.71%83.92%-
XYZ33.1317.5126.45-
YUV101.66149.64208.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 37 (14.84% from 255) = 9.46%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=54.73%
G=9.46%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143714000.830.350.16325.0870.5249.22
HexD6258C05323101454731
Octal326452140123432050510761
Binary110101101001011000110001010011100011100001010001011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6258C; }

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

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

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

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

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

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

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

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