Html Css Color HEX #D82F82 Deep Cerise

📋 copy color: '#D82F82'

red 216 ◦ green 47 ◦ blue 130

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

Shades of Deep Cerise #D82F82

Tints of Deep Cerise #D82F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 54.96%
G = 11.96%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D82F82 (or 0xD82F82) is known color: Deep Cerise. HEX triplet: D8, 2F and 82. RGB value is (216,47,130). Sum of RGB (Red+Green+Blue) = 216+47+130=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F82 is #27D07D. Grayscale: #6A6A6A. Windows color (decimal): -2609278 or 8531928. OLE color: 8531928.

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

Color convert

RGB 216 47 130 -
CMYK 0 0.78 0.40 0.15
HSL 330.53º 0.68% 0.52% -
HSV(B) 330.53º 0.78% 0.85% -
XYZ 33.36 18.24 22.88 -
YUV 106.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 216 47 130 0 0.78 0.40 0.15 330.53 0.68 0.52
Hex D8 2F 82 0 4E 28 F 14B 44 34
Octal 330 57 202 0 116 50 17 513 104 64
Binary 11011000 101111 10000010 0 1001110 101000 1111 101001011 1000100 110100

Color Harmonies of #D82F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F82

Black with #D82F82

Text Example


Text Example

White with #D82F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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