Html Css Color HEX #D82992 Deep Cerise

📋 copy color: '#D82992'

red 216 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D82992

Tints of Deep Cerise #D82992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 53.6%
G = 10.17%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82992 (or 0xD82992) is known color: Deep Cerise. HEX triplet: D8, 29 and 92. RGB value is (216,41,146). Sum of RGB (Red+Green+Blue) = 216+41+146=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D82992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82992 is #27D66D. Grayscale: #696969. Windows color (decimal): -2610798 or 9578968. OLE color: 9578968.

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

Color convert

RGB 216 41 146 -
CMYK 0 0.81 0.32 0.15
HSL 324º 0.69% 0.5% -
HSV(B) 324º 0.81% 0.85% -
XYZ 34.3 18.26 28.91 -
YUV 105.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 216 41 146 0 0.81 0.32 0.15 324 0.69 0.5
Hex D8 29 92 0 51 20 F 144 45 32
Octal 330 51 222 0 121 40 17 504 105 62
Binary 11011000 101001 10010010 0 1010001 100000 1111 101000100 1000101 110010

Color Harmonies of #D82992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82992

Black with #D82992

Text Example


Text Example

White with #D82992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82992; }

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

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

background-color css

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

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

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

border-color css

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

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

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