Html Css Color HEX #D82F85 Deep Cerise

📋 copy color: '#D82F85'

red 216 ◦ green 47 ◦ blue 133

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

Shades of Deep Cerise #D82F85

Tints of Deep Cerise #D82F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 54.55%
G = 11.87%
B = 33.59%

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

#D82F85 (or 0xD82F85) is known color: Deep Cerise. HEX triplet: D8, 2F and 85. RGB value is (216,47,133). Sum of RGB (Red+Green+Blue) = 216+47+133=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F85 is #27D07A. Grayscale: #6B6B6B. Windows color (decimal): -2609275 or 8728536. OLE color: 8728536.

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

Color convert

RGB 216 47 133 -
CMYK 0 0.78 0.38 0.15
HSL 329.47º 0.68% 0.52% -
HSV(B) 329.47º 0.78% 0.85% -
XYZ 33.57 18.33 23.96 -
YUV 107.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 216 47 133 0 0.78 0.38 0.15 329.47 0.68 0.52
Hex D8 2F 85 0 4E 26 F 149 44 34
Octal 330 57 205 0 116 46 17 511 104 64
Binary 11011000 101111 10000101 0 1001110 100110 1111 101001001 1000100 110100

Color Harmonies of #D82F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F85

Black with #D82F85

Text Example


Text Example

White with #D82F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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