Html Css Color HEX #D82D74 Deep Cerise

📋 copy color: '#D82D74'

red 216 ◦ green 45 ◦ blue 116

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

Shades of Deep Cerise #D82D74

Tints of Deep Cerise #D82D74

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.94%

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

R = 57.29%
G = 11.94%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D82D74 (or 0xD82D74) is known color: Deep Cerise. HEX triplet: D8, 2D and 74. RGB value is (216,45,116). Sum of RGB (Red+Green+Blue) = 216+45+116=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D74 is #27D28B. Grayscale: #686868. Windows color (decimal): -2609804 or 7613912. OLE color: 7613912.

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

Color convert

RGB 216 45 116 -
CMYK 0 0.79 0.46 0.15
HSL 335.09º 0.69% 0.51% -
HSV(B) 335.09º 0.79% 0.85% -
XYZ 32.41 17.74 18.24 -
YUV 104.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 216 45 116 0 0.79 0.46 0.15 335.09 0.69 0.51
Hex D8 2D 74 0 4F 2E F 14F 45 33
Octal 330 55 164 0 117 56 17 517 105 63
Binary 11011000 101101 1110100 0 1001111 101110 1111 101001111 1000101 110011

Color Harmonies of #D82D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D74

Black with #D82D74

Text Example


Text Example

White with #D82D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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