Html Css Color HEX #D82B96 Deep Cerise

📋 copy color: '#D82B96'

red 216 ◦ green 43 ◦ blue 150

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

Shades of Deep Cerise #D82B96

Tints of Deep Cerise #D82B96

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

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

R = 52.81%
G = 10.51%
B = 36.67%

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

#D82B96 (or 0xD82B96) is known color: Deep Cerise. HEX triplet: D8, 2B and 96. RGB value is (216,43,150). Sum of RGB (Red+Green+Blue) = 216+43+150=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82B96 is #27D469. Grayscale: #6A6A6A. Windows color (decimal): -2610282 or 9841624. OLE color: 9841624.

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

Color convert

RGB 216 43 150 -
CMYK 0 0.80 0.31 0.15
HSL 322.89º 0.69% 0.51% -
HSV(B) 322.89º 0.8% 0.85% -
XYZ 34.69 18.53 30.6 -
YUV 106.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 216 43 150 0 0.80 0.31 0.15 322.89 0.69 0.51
Hex D8 2B 96 0 50 1F F 143 45 33
Octal 330 53 226 0 120 37 17 503 105 63
Binary 11011000 101011 10010110 0 1010000 11111 1111 101000011 1000101 110011

Color Harmonies of #D82B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B96

Black with #D82B96

Text Example


Text Example

White with #D82B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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