Html Css Color HEX #D23372 Cerise

📋 copy color: '#D23372'

red 210 ◦ green 51 ◦ blue 114

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

Shades of Cerise #D23372

Tints of Cerise #D23372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 56%
G = 13.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D23372 (or 0xD23372) is known color: Cerise. HEX triplet: D2, 33 and 72. RGB value is (210,51,114). Sum of RGB (Red+Green+Blue) = 210+51+114=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D23372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23372 is #2DCC8D. Grayscale: #696969. Windows color (decimal): -3001486 or 7484370. OLE color: 7484370.

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

Color convert

RGB 210 51 114 -
CMYK 0 0.76 0.46 0.18
HSL 336.23º 0.64% 0.51% -
HSV(B) 336.23º 0.76% 0.82% -
XYZ 30.8 17.28 17.63 -
YUV 105.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 210 51 114 0 0.76 0.46 0.18 336.23 0.64 0.51
Hex D2 33 72 0 4C 2E 12 150 40 33
Octal 322 63 162 0 114 56 22 520 100 63
Binary 11010010 110011 1110010 0 1001100 101110 10010 101010000 1000000 110011

Color Harmonies of #D23372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23372

Black with #D23372

Text Example


Text Example

White with #D23372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23372; }

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

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

background-color css

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

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

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

border-color css

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

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

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