Html Css Color HEX #D82F80 Deep Cerise

📋 copy color: '#D82F80'

red 216 ◦ green 47 ◦ blue 128

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

Shades of Deep Cerise #D82F80

Tints of Deep Cerise #D82F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.74%

R = 55.24%
G = 12.02%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D82F80 (or 0xD82F80) is known color: Deep Cerise. HEX triplet: D8, 2F and 80. RGB value is (216,47,128). Sum of RGB (Red+Green+Blue) = 216+47+128=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F80 is #27D07F. Grayscale: #6A6A6A. Windows color (decimal): -2609280 or 8400856. OLE color: 8400856.

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

Color convert

RGB 216 47 128 -
CMYK 0 0.78 0.41 0.15
HSL 331.24º 0.68% 0.52% -
HSV(B) 331.24º 0.78% 0.85% -
XYZ 33.23 18.19 22.18 -
YUV 106.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 216 47 128 0 0.78 0.41 0.15 331.24 0.68 0.52
Hex D8 2F 80 0 4E 29 F 14B 44 34
Octal 330 57 200 0 116 51 17 513 104 64
Binary 11011000 101111 10000000 0 1001110 101001 1111 101001011 1000100 110100

Color Harmonies of #D82F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F80

Black with #D82F80

Text Example


Text Example

White with #D82F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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