Html Css Color HEX #D23072 Cerise

📋 copy color: '#D23072'

red 210 ◦ green 48 ◦ blue 114

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

Shades of Cerise #D23072

Tints of Cerise #D23072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 56.45%
G = 12.9%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D23072 (or 0xD23072) is known color: Cerise. HEX triplet: D2, 30 and 72. RGB value is (210,48,114). Sum of RGB (Red+Green+Blue) = 210+48+114=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D23072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23072 is #2DCF8D. Grayscale: #676767. Windows color (decimal): -3002254 or 7483602. OLE color: 7483602.

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

Color convert

RGB 210 48 114 -
CMYK 0 0.77 0.46 0.18
HSL 335.56º 0.64% 0.51% -
HSV(B) 335.56º 0.77% 0.82% -
XYZ 30.67 17.03 17.59 -
YUV 103.96 133.67 203.63 -
System Red Green Blue C M Y K H S L
Decimal 210 48 114 0 0.77 0.46 0.18 335.56 0.64 0.51
Hex D2 30 72 0 4D 2E 12 150 40 33
Octal 322 60 162 0 115 56 22 520 100 63
Binary 11010010 110000 1110010 0 1001101 101110 10010 101010000 1000000 110011

Color Harmonies of #D23072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23072

Black with #D23072

Text Example


Text Example

White with #D23072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23072; }

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

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

background-color css

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

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

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

border-color css

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

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

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