Html Css Color HEX #D82A72 Cerise

📋 copy color: '#D82A72'

red 216 ◦ green 42 ◦ blue 114

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

Shades of Cerise #D82A72

Tints of Cerise #D82A72

RGB

 RED value IS 216 (84.77% from 255) = 58.06%

 GREEN value IS 42 (16.8% from 255) = 11.29%

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

R = 58.06%
G = 11.29%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D82A72 (or 0xD82A72) is known color: Cerise. HEX triplet: D8, 2A and 72. RGB value is (216,42,114). Sum of RGB (Red+Green+Blue) = 216+42+114=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A72 is #27D58D. Grayscale: #666666. Windows color (decimal): -2610574 or 7482072. OLE color: 7482072.

HSL color Cylindrical-coordinate representation of color #D82A72: hue angle of 335.17º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A72 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 42 114 -
CMYK 0 0.81 0.47 0.15
HSL 335.17º 0.69% 0.51% -
HSV(B) 335.17º 0.81% 0.85% -
XYZ 32.18 17.47 17.6 -
YUV 102.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 216 42 114 0 0.81 0.47 0.15 335.17 0.69 0.51
Hex D8 2A 72 0 51 2F F 14F 45 33
Octal 330 52 162 0 121 57 17 517 105 63
Binary 11011000 101010 1110010 0 1010001 101111 1111 101001111 1000101 110011

Color Harmonies of #D82A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A72

Black with #D82A72

Text Example


Text Example

White with #D82A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A72; }

 p { color: rgb(216,42,114); }

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

background-color css

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

 a { background-color: rgb(216,42,114); }

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

border-color css

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

 span { border-color: rgb(216,42,114); }

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