Html Css Color HEX #D80FC4 Deep Magenta

📋 copy color: '#D80FC4'

red 216 ◦ green 15 ◦ blue 196

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

Shades of Deep Magenta #D80FC4

Tints of Deep Magenta #D80FC4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 50.59%
G = 3.51%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D80FC4 (or 0xD80FC4) is known color: Deep Magenta. HEX triplet: D8, 0F and C4. RGB value is (216,15,196). Sum of RGB (Red+Green+Blue) = 216+15+196=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80FC4 is #27F03B. Grayscale: #5F5F5F. Windows color (decimal): -2617404 or 12849112. OLE color: 12849112.

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

Color convert

RGB 216 15 196 -
CMYK 0 0.93 0.09 0.15
HSL 305.97º 0.87% 0.45% -
HSV(B) 305.97º 0.93% 0.85% -
XYZ 38.45 18.93 53.85 -
YUV 95.73 184.59 213.78 -
System Red Green Blue C M Y K H S L
Decimal 216 15 196 0 0.93 0.09 0.15 305.97 0.87 0.45
Hex D8 F C4 0 5D 9 F 132 57 2D
Octal 330 17 304 0 135 11 17 462 127 55
Binary 11011000 1111 11000100 0 1011101 1001 1111 100110010 1010111 101101

Color Harmonies of #D80FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FC4

Black with #D80FC4

Text Example


Text Example

White with #D80FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FC4; }

 p { color: rgb(216,15,196); }

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

background-color css

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

 a { background-color: rgb(216,15,196); }

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

border-color css

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

 span { border-color: rgb(216,15,196); }

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