Html Css Color HEX #D82C96 Deep Cerise

📋 copy color: '#D82C96'

red 216 ◦ green 44 ◦ blue 150

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

Shades of Deep Cerise #D82C96

Tints of Deep Cerise #D82C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 52.68%
G = 10.73%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82C96 (or 0xD82C96) is known color: Deep Cerise. HEX triplet: D8, 2C and 96. RGB value is (216,44,150). Sum of RGB (Red+Green+Blue) = 216+44+150=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C96 is #27D369. Grayscale: #6B6B6B. Windows color (decimal): -2610026 or 9841880. OLE color: 9841880.

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

Color convert

RGB 216 44 150 -
CMYK 0 0.80 0.31 0.15
HSL 323.02º 0.69% 0.51% -
HSV(B) 323.02º 0.8% 0.85% -
XYZ 34.72 18.6 30.61 -
YUV 107.51 151.98 205.38 -
System Red Green Blue C M Y K H S L
Decimal 216 44 150 0 0.80 0.31 0.15 323.02 0.69 0.51
Hex D8 2C 96 0 50 1F F 143 45 33
Octal 330 54 226 0 120 37 17 503 105 63
Binary 11011000 101100 10010110 0 1010000 11111 1111 101000011 1000101 110011

Color Harmonies of #D82C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C96

Black with #D82C96

Text Example


Text Example

White with #D82C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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