Html Css Color HEX #D23C7C Deep Cerise

📋 copy color: '#D23C7C'

red 210 ◦ green 60 ◦ blue 124

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

Shades of Deep Cerise #D23C7C

Tints of Deep Cerise #D23C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 53.3%
G = 15.23%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D23C7C (or 0xD23C7C) is known color: Deep Cerise. HEX triplet: D2, 3C and 7C. RGB value is (210,60,124). Sum of RGB (Red+Green+Blue) = 210+60+124=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C7C is #2DC383. Grayscale: #707070. Windows color (decimal): -2999172 or 8142034. OLE color: 8142034.

HSL color Cylindrical-coordinate representation of color #D23C7C: hue angle of 334.4º 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 #D23C7C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 124 -
CMYK 0 0.71 0.41 0.18
HSL 334.4º 0.63% 0.53% -
HSV(B) 334.4º 0.71% 0.82% -
XYZ 31.83 18.39 20.94 -
YUV 112.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 210 60 124 0 0.71 0.41 0.18 334.4 0.63 0.53
Hex D2 3C 7C 0 47 29 12 14E 3E 35
Octal 322 74 174 0 107 51 22 516 76 65
Binary 11010010 111100 1111100 0 1000111 101001 10010 101001110 111110 110101

Color Harmonies of #D23C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C7C

Black with #D23C7C

Text Example


Text Example

White with #D23C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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