Html Css Color HEX #D82F96 Deep Cerise

📋 copy color: '#D82F96'

red 216 ◦ green 47 ◦ blue 150

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

Shades of Deep Cerise #D82F96

Tints of Deep Cerise #D82F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

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

R = 52.3%
G = 11.38%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D82F96 (or 0xD82F96) is known color: Deep Cerise. HEX triplet: D8, 2F and 96. RGB value is (216,47,150). Sum of RGB (Red+Green+Blue) = 216+47+150=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F96 is #27D069. Grayscale: #6D6D6D. Windows color (decimal): -2609258 or 9842648. OLE color: 9842648.

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

Color convert

RGB 216 47 150 -
CMYK 0 0.78 0.31 0.15
HSL 323.43º 0.68% 0.52% -
HSV(B) 323.43º 0.78% 0.85% -
XYZ 34.84 18.83 30.65 -
YUV 109.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 216 47 150 0 0.78 0.31 0.15 323.43 0.68 0.52
Hex D8 2F 96 0 4E 1F F 143 44 34
Octal 330 57 226 0 116 37 17 503 104 64
Binary 11011000 101111 10010110 0 1001110 11111 1111 101000011 1000100 110100

Color Harmonies of #D82F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F96

Black with #D82F96

Text Example


Text Example

White with #D82F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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