Html Css Color HEX #D82973 Cerise

📋 copy color: '#D82973'

red 216 ◦ green 41 ◦ blue 115

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

Shades of Cerise #D82973

Tints of Cerise #D82973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.91%

R = 58.06%
G = 11.02%
B = 30.91%

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

#D82973 (or 0xD82973) is known color: Cerise. HEX triplet: D8, 29 and 73. RGB value is (216,41,115). Sum of RGB (Red+Green+Blue) = 216+41+115=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D82973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82973 is #27D68C. Grayscale: #656565. Windows color (decimal): -2610829 or 7547352. OLE color: 7547352.

HSL color Cylindrical-coordinate representation of color #D82973: hue angle of 334.63º 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 #D82973 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 115 -
CMYK 0 0.81 0.47 0.15
HSL 334.63º 0.69% 0.5% -
HSV(B) 334.63º 0.81% 0.85% -
XYZ 32.21 17.42 17.89 -
YUV 101.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 216 41 115 0 0.81 0.47 0.15 334.63 0.69 0.5
Hex D8 29 73 0 51 2F F 14F 45 32
Octal 330 51 163 0 121 57 17 517 105 62
Binary 11011000 101001 1110011 0 1010001 101111 1111 101001111 1000101 110010

Color Harmonies of #D82973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82973

Black with #D82973

Text Example


Text Example

White with #D82973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82973; }

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

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

background-color css

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

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

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

border-color css

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

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

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