Html Css Color HEX #D82C9D Deep Cerise

📋 copy color: '#D82C9D'

red 216 ◦ green 44 ◦ blue 157

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

Shades of Deep Cerise #D82C9D

Tints of Deep Cerise #D82C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.55%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 51.8%
G = 10.55%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D82C9D (or 0xD82C9D) is known color: Deep Cerise. HEX triplet: D8, 2C and 9D. RGB value is (216,44,157). Sum of RGB (Red+Green+Blue) = 216+44+157=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C9D is #27D362. Grayscale: #6C6C6C. Windows color (decimal): -2610019 or 10300632. OLE color: 10300632.

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

Color convert

RGB 216 44 157 -
CMYK 0 0.80 0.27 0.15
HSL 320.58º 0.69% 0.51% -
HSV(B) 320.58º 0.8% 0.85% -
XYZ 35.31 18.83 33.67 -
YUV 108.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 216 44 157 0 0.80 0.27 0.15 320.58 0.69 0.51
Hex D8 2C 9D 0 50 1B F 141 45 33
Octal 330 54 235 0 120 33 17 501 105 63
Binary 11011000 101100 10011101 0 1010000 11011 1111 101000001 1000101 110011

Color Harmonies of #D82C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C9D

Black with #D82C9D

Text Example


Text Example

White with #D82C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C9D; }

 p { color: rgb(216,44,157); }

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

background-color css

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

 a { background-color: rgb(216,44,157); }

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

border-color css

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

 span { border-color: rgb(216,44,157); }

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