Html Css Color HEX #D82F8D Deep Cerise

📋 copy color: '#D82F8D'

red 216 ◦ green 47 ◦ blue 141

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

Shades of Deep Cerise #D82F8D

Tints of Deep Cerise #D82F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 53.47%
G = 11.63%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D82F8D (or 0xD82F8D) is known color: Deep Cerise. HEX triplet: D8, 2F and 8D. RGB value is (216,47,141). Sum of RGB (Red+Green+Blue) = 216+47+141=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F8D is #27D072. Grayscale: #6C6C6C. Windows color (decimal): -2609267 or 9252824. OLE color: 9252824.

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

Color convert

RGB 216 47 141 -
CMYK 0 0.78 0.35 0.15
HSL 326.63º 0.68% 0.52% -
HSV(B) 326.63º 0.78% 0.85% -
XYZ 34.14 18.56 26.98 -
YUV 108.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 216 47 141 0 0.78 0.35 0.15 326.63 0.68 0.52
Hex D8 2F 8D 0 4E 23 F 147 44 34
Octal 330 57 215 0 116 43 17 507 104 64
Binary 11011000 101111 10001101 0 1001110 100011 1111 101000111 1000100 110100

Color Harmonies of #D82F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F8D

Black with #D82F8D

Text Example


Text Example

White with #D82F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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