Html Css Color HEX #D82774 Deep Cerise

📋 copy color: '#D82774'

red 216 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #D82774

Tints of Deep Cerise #D82774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

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

R = 58.22%
G = 10.51%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82774 (or 0xD82774) is known color: Deep Cerise. HEX triplet: D8, 27 and 74. RGB value is (216,39,116). Sum of RGB (Red+Green+Blue) = 216+39+116=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D82774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82774 is #27D88B. Grayscale: #646464. Windows color (decimal): -2611340 or 7612376. OLE color: 7612376.

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

Color convert

RGB 216 39 116 -
CMYK 0 0.82 0.46 0.15
HSL 333.9º 0.69% 0.5% -
HSV(B) 333.9º 0.82% 0.85% -
XYZ 32.2 17.31 18.17 -
YUV 100.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 216 39 116 0 0.82 0.46 0.15 333.9 0.69 0.5
Hex D8 27 74 0 52 2E F 14E 45 32
Octal 330 47 164 0 122 56 17 516 105 62
Binary 11011000 100111 1110100 0 1010010 101110 1111 101001110 1000101 110010

Color Harmonies of #D82774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82774

Black with #D82774

Text Example


Text Example

White with #D82774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82774; }

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

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

background-color css

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

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

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

border-color css

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

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

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