Html Css Color HEX #D23374 Deep Cerise

📋 copy color: '#D23374'

red 210 ◦ green 51 ◦ blue 116

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

Shades of Deep Cerise #D23374

Tints of Deep Cerise #D23374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 55.7%
G = 13.53%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D23374 (or 0xD23374) is known color: Deep Cerise. HEX triplet: D2, 33 and 74. RGB value is (210,51,116). Sum of RGB (Red+Green+Blue) = 210+51+116=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D23374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23374 is #2DCC8B. Grayscale: #696969. Windows color (decimal): -3001484 or 7615442. OLE color: 7615442.

HSL color Cylindrical-coordinate representation of color #D23374: hue angle of 335.47º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23374 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 51 116 -
CMYK 0 0.76 0.45 0.18
HSL 335.47º 0.64% 0.51% -
HSV(B) 335.47º 0.76% 0.82% -
XYZ 30.91 17.33 18.24 -
YUV 105.95 133.68 202.21 -
System Red Green Blue C M Y K H S L
Decimal 210 51 116 0 0.76 0.45 0.18 335.47 0.64 0.51
Hex D2 33 74 0 4C 2D 12 14F 40 33
Octal 322 63 164 0 114 55 22 517 100 63
Binary 11010010 110011 1110100 0 1001100 101101 10010 101001111 1000000 110011

Color Harmonies of #D23374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23374

Black with #D23374

Text Example


Text Example

White with #D23374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23374; }

 p { color: rgb(210,51,116); }

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

background-color css

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

 a { background-color: rgb(210,51,116); }

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

border-color css

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

 span { border-color: rgb(210,51,116); }

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