Html Css Color HEX #D23C91 Deep Cerise

📋 copy color: '#D23C91'

red 210 ◦ green 60 ◦ blue 145

#D23C91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D23C91

Tints of Deep Cerise #D23C91

RGB

 RED value IS 210 (82.42% from 255) = 50.6%

 GREEN value IS 60 (23.83% from 255) = 14.46%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 50.6%
G = 14.46%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D23C91 (or 0xD23C91) is known color: Deep Cerise. HEX triplet: D2, 3C and 91. RGB value is (210,60,145). Sum of RGB (Red+Green+Blue) = 210+60+145=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C91 is #2DC36E. Grayscale: #727272. Windows color (decimal): -2999151 or 9518290. OLE color: 9518290.

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

Color convert

RGB 210 60 145 -
CMYK 0 0.71 0.31 0.18
HSL 326º 0.63% 0.53% -
HSV(B) 326º 0.71% 0.82% -
XYZ 33.31 18.98 28.7 -
YUV 114.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 210 60 145 0 0.71 0.31 0.18 326 0.63 0.53
Hex D2 3C 91 0 47 1F 12 146 3E 35
Octal 322 74 221 0 107 37 22 506 76 65
Binary 11010010 111100 10010001 0 1000111 11111 10010 101000110 111110 110101

Color Harmonies of #D23C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C91

Black with #D23C91

Text Example


Text Example

White with #D23C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C91; }

 p { color: rgb(210,60,145); }

 H1.HeaderClassName
 {
   color: #D23C91;
 }
 .AnyTagClassName
 {
   color: #D23C91;
 }
</style>

background-color css

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

 a { background-color: rgb(210,60,145); }

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

border-color css

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

 span { border-color: rgb(210,60,145); }

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