Html Css Color HEX #D82F74 Cerise

📋 copy color: '#D82F74'

red 216 ◦ green 47 ◦ blue 116

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

Shades of Cerise #D82F74

Tints of Cerise #D82F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 56.99%
G = 12.4%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82F74 (or 0xD82F74) is known color: Cerise. HEX triplet: D8, 2F and 74. RGB value is (216,47,116). Sum of RGB (Red+Green+Blue) = 216+47+116=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82F74 is #27D08B. Grayscale: #696969. Windows color (decimal): -2609292 or 7614424. OLE color: 7614424.

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

Color convert

RGB 216 47 116 -
CMYK 0 0.78 0.46 0.15
HSL 335.5º 0.68% 0.52% -
HSV(B) 335.5º 0.78% 0.85% -
XYZ 32.49 17.89 18.26 -
YUV 105.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 216 47 116 0 0.78 0.46 0.15 335.5 0.68 0.52
Hex D8 2F 74 0 4E 2E F 150 44 34
Octal 330 57 164 0 116 56 17 520 104 64
Binary 11011000 101111 1110100 0 1001110 101110 1111 101010000 1000100 110100

Color Harmonies of #D82F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F74

Black with #D82F74

Text Example


Text Example

White with #D82F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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