Html Css Color HEX #D82F86 Deep Cerise

📋 copy color: '#D82F86'

red 216 ◦ green 47 ◦ blue 134

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

Shades of Deep Cerise #D82F86

Tints of Deep Cerise #D82F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 54.41%
G = 11.84%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D82F86 (or 0xD82F86) is known color: Deep Cerise. HEX triplet: D8, 2F and 86. RGB value is (216,47,134). Sum of RGB (Red+Green+Blue) = 216+47+134=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F86 is #27D079. Grayscale: #6B6B6B. Windows color (decimal): -2609274 or 8794072. OLE color: 8794072.

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

Color convert

RGB 216 47 134 -
CMYK 0 0.78 0.38 0.15
HSL 329.11º 0.68% 0.52% -
HSV(B) 329.11º 0.78% 0.85% -
XYZ 33.64 18.35 24.32 -
YUV 107.45 142.99 205.43 -
System Red Green Blue C M Y K H S L
Decimal 216 47 134 0 0.78 0.38 0.15 329.11 0.68 0.52
Hex D8 2F 86 0 4E 26 F 149 44 34
Octal 330 57 206 0 116 46 17 511 104 64
Binary 11011000 101111 10000110 0 1001110 100110 1111 101001001 1000100 110100

Color Harmonies of #D82F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F86

Black with #D82F86

Text Example


Text Example

White with #D82F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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