Html Css Color HEX #D82F81 Deep Cerise

📋 copy color: '#D82F81'

red 216 ◦ green 47 ◦ blue 129

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

Shades of Deep Cerise #D82F81

Tints of Deep Cerise #D82F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 55.1%
G = 11.99%
B = 32.91%

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

#D82F81 (or 0xD82F81) is known color: Deep Cerise. HEX triplet: D8, 2F and 81. RGB value is (216,47,129). Sum of RGB (Red+Green+Blue) = 216+47+129=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F81 is #27D07E. Grayscale: #6A6A6A. Windows color (decimal): -2609279 or 8466392. OLE color: 8466392.

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

Color convert

RGB 216 47 129 -
CMYK 0 0.78 0.40 0.15
HSL 330.89º 0.68% 0.52% -
HSV(B) 330.89º 0.78% 0.85% -
XYZ 33.3 18.22 22.53 -
YUV 106.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 216 47 129 0 0.78 0.40 0.15 330.89 0.68 0.52
Hex D8 2F 81 0 4E 28 F 14B 44 34
Octal 330 57 201 0 116 50 17 513 104 64
Binary 11011000 101111 10000001 0 1001110 101000 1111 101001011 1000100 110100

Color Harmonies of #D82F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F81

Black with #D82F81

Text Example


Text Example

White with #D82F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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