Html Css Color HEX #D82972 Cerise

📋 copy color: '#D82972'

red 216 ◦ green 41 ◦ blue 114

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

Shades of Cerise #D82972

Tints of Cerise #D82972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 58.22%
G = 11.05%
B = 30.73%

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

#D82972 (or 0xD82972) is known color: Cerise. HEX triplet: D8, 29 and 72. RGB value is (216,41,114). Sum of RGB (Red+Green+Blue) = 216+41+114=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D82972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82972 is #27D68D. Grayscale: #656565. Windows color (decimal): -2610830 or 7481816. OLE color: 7481816.

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

Color convert

RGB 216 41 114 -
CMYK 0 0.81 0.47 0.15
HSL 334.97º 0.69% 0.5% -
HSV(B) 334.97º 0.81% 0.85% -
XYZ 32.15 17.4 17.58 -
YUV 101.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 216 41 114 0 0.81 0.47 0.15 334.97 0.69 0.5
Hex D8 29 72 0 51 2F F 14F 45 32
Octal 330 51 162 0 121 57 17 517 105 62
Binary 11011000 101001 1110010 0 1010001 101111 1111 101001111 1000101 110010

Color Harmonies of #D82972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82972

Black with #D82972

Text Example


Text Example

White with #D82972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82972; }

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

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

background-color css

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

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

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

border-color css

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

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

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