Html Css Color HEX #D80CCF Deep Magenta

📋 copy color: '#D80CCF'

red 216 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D80CCF

Tints of Deep Magenta #D80CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 49.66%
G = 2.76%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D80CCF (or 0xD80CCF) is known color: Deep Magenta. HEX triplet: D8, 0C and CF. RGB value is (216,12,207). Sum of RGB (Red+Green+Blue) = 216+12+207=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CCF is #27F330. Grayscale: #5E5E5E. Windows color (decimal): -2618161 or 13569240. OLE color: 13569240.

HSL color Cylindrical-coordinate representation of color #D80CCF: hue angle of 302.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CCF is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 207 -
CMYK 0 0.94 0.04 0.15
HSL 302.65º 0.89% 0.45% -
HSV(B) 302.65º 0.94% 0.85% -
XYZ 39.71 19.37 60.68 -
YUV 95.23 191.09 214.14 -
System Red Green Blue C M Y K H S L
Decimal 216 12 207 0 0.94 0.04 0.15 302.65 0.89 0.45
Hex D8 C CF 0 5E 4 F 12F 59 2D
Octal 330 14 317 0 136 4 17 457 131 55
Binary 11011000 1100 11001111 0 1011110 100 1111 100101111 1011001 101101

Color Harmonies of #D80CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CCF

Black with #D80CCF

Text Example


Text Example

White with #D80CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CCF; }

 p { color: rgb(216,12,207); }

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

background-color css

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

 a { background-color: rgb(216,12,207); }

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

border-color css

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

 span { border-color: rgb(216,12,207); }

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