Html Css Color HEX #D82794 Deep Cerise

📋 copy color: '#D82794'

red 216 ◦ green 39 ◦ blue 148

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

Shades of Deep Cerise #D82794

Tints of Deep Cerise #D82794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 53.6%
G = 9.68%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82794 (or 0xD82794) is known color: Deep Cerise. HEX triplet: D8, 27 and 94. RGB value is (216,39,148). Sum of RGB (Red+Green+Blue) = 216+39+148=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D82794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82794 is #27D86B. Grayscale: #686868. Windows color (decimal): -2611308 or 9709528. OLE color: 9709528.

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

Color convert

RGB 216 39 148 -
CMYK 0 0.82 0.31 0.15
HSL 323.05º 0.69% 0.5% -
HSV(B) 323.05º 0.82% 0.85% -
XYZ 34.39 18.19 29.72 -
YUV 104.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 216 39 148 0 0.82 0.31 0.15 323.05 0.69 0.5
Hex D8 27 94 0 52 1F F 143 45 32
Octal 330 47 224 0 122 37 17 503 105 62
Binary 11011000 100111 10010100 0 1010010 11111 1111 101000011 1000101 110010

Color Harmonies of #D82794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82794

Black with #D82794

Text Example


Text Example

White with #D82794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82794; }

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

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

background-color css

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

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

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

border-color css

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

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

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