Html Css Color HEX #D82995 Deep Cerise

📋 copy color: '#D82995'

red 216 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #D82995

Tints of Deep Cerise #D82995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.1%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 53.2%
G = 10.1%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82995 (or 0xD82995) is known color: Deep Cerise. HEX triplet: D8, 29 and 95. RGB value is (216,41,149). Sum of RGB (Red+Green+Blue) = 216+41+149=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D82995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82995 is #27D66A. Grayscale: #696969. Windows color (decimal): -2610795 or 9775576. OLE color: 9775576.

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

Color convert

RGB 216 41 149 -
CMYK 0 0.81 0.31 0.15
HSL 322.97º 0.69% 0.5% -
HSV(B) 322.97º 0.81% 0.85% -
XYZ 34.54 18.35 30.16 -
YUV 105.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 216 41 149 0 0.81 0.31 0.15 322.97 0.69 0.5
Hex D8 29 95 0 51 1F F 143 45 32
Octal 330 51 225 0 121 37 17 503 105 62
Binary 11011000 101001 10010101 0 1010001 11111 1111 101000011 1000101 110010

Color Harmonies of #D82995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82995

Black with #D82995

Text Example


Text Example

White with #D82995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82995; }

 p { color: rgb(216,41,149); }

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

background-color css

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

 a { background-color: rgb(216,41,149); }

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

border-color css

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

 span { border-color: rgb(216,41,149); }

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