Html Css Color HEX #D23375 Deep Cerise

📋 copy color: '#D23375'

red 210 ◦ green 51 ◦ blue 117

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

Shades of Deep Cerise #D23375

Tints of Deep Cerise #D23375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 55.56%
G = 13.49%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D23375 (or 0xD23375) is known color: Deep Cerise. HEX triplet: D2, 33 and 75. RGB value is (210,51,117). Sum of RGB (Red+Green+Blue) = 210+51+117=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D23375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23375 is #2DCC8A. Grayscale: #696969. Windows color (decimal): -3001483 or 7680978. OLE color: 7680978.

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

Color convert

RGB 210 51 117 -
CMYK 0 0.76 0.44 0.18
HSL 335.09º 0.64% 0.51% -
HSV(B) 335.09º 0.76% 0.82% -
XYZ 30.97 17.35 18.55 -
YUV 106.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 210 51 117 0 0.76 0.44 0.18 335.09 0.64 0.51
Hex D2 33 75 0 4C 2C 12 14F 40 33
Octal 322 63 165 0 114 54 22 517 100 63
Binary 11010010 110011 1110101 0 1001100 101100 10010 101001111 1000000 110011

Color Harmonies of #D23375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23375

Black with #D23375

Text Example


Text Example

White with #D23375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23375; }

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

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

background-color css

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

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

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

border-color css

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

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

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