#D23E7E

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

Shades of Deep Cerise #D23E7E

Tints of Deep Cerise #D23E7E

Color information

#D23E7E (or 0xD23E7E) is unknown color: approx Deep Cerise. HEX triplet: D2, 3E and 7E. RGB value is (210,62,126). Sum of RGB (Red+Green+Blue) = 210+62+126=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E7E is #2DC181. Grayscale: #717171. Windows color (decimal): -2998658 or 8273618. OLE color: 8273618.

HSL color Cylindrical-coordinate representation of color #D23E7E: hue angle of 334.05º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E7E is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB21062126-
CMYK00.700.40.18
HSL334.05º62.18%53.33%-
HSV(B)334.05º70.48%82.35%-
XYZ32.0718.6521.65-
YUV113.55135.03196.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.76%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=52.76%
G=15.58%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106212600.700.40.18334.0562.1853.33
HexD23E7E046281214e3e35
Octal32276176010650225167665
Binary1101001011111011111100100011010100010010101001110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E7E; }

 p { color: rgb(210,62,126); }

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

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

 a { background-color: rgb(210,62,126); }

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

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

 span { border-color: rgb(210,62,126); }

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