Html Css Color HEX #D82F73 Cerise

📋 copy color: '#D82F73'

red 216 ◦ green 47 ◦ blue 115

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

Shades of Cerise #D82F73

Tints of Cerise #D82F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

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

R = 57.14%
G = 12.43%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D82F73 (or 0xD82F73) is known color: Cerise. HEX triplet: D8, 2F and 73. RGB value is (216,47,115). Sum of RGB (Red+Green+Blue) = 216+47+115=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F73 is #27D08C. Grayscale: #696969. Windows color (decimal): -2609293 or 7548888. OLE color: 7548888.

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

Color convert

RGB 216 47 115 -
CMYK 0 0.78 0.47 0.15
HSL 335.86º 0.68% 0.52% -
HSV(B) 335.86º 0.78% 0.85% -
XYZ 32.43 17.87 17.96 -
YUV 105.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 216 47 115 0 0.78 0.47 0.15 335.86 0.68 0.52
Hex D8 2F 73 0 4E 2F F 150 44 34
Octal 330 57 163 0 116 57 17 520 104 64
Binary 11011000 101111 1110011 0 1001110 101111 1111 101010000 1000100 110100

Color Harmonies of #D82F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F73

Black with #D82F73

Text Example


Text Example

White with #D82F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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