Html Css Color HEX #D01FC9 Deep Magenta

📋 copy color: '#D01FC9'

red 208 ◦ green 31 ◦ blue 201

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

Shades of Deep Magenta #D01FC9

Tints of Deep Magenta #D01FC9

RGB

 RED value IS 208 (81.64% from 255) = 47.27%

 GREEN value IS 31 (12.5% from 255) = 7.05%

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 47.27%
G = 7.05%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D01FC9 (or 0xD01FC9) is known color: Deep Magenta. HEX triplet: D0, 1F and C9. RGB value is (208,31,201). Sum of RGB (Red+Green+Blue) = 208+31+201=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FC9 is #2FE036. Grayscale: #666666. Windows color (decimal): -3137591 or 13180880. OLE color: 13180880.

HSL color Cylindrical-coordinate representation of color #D01FC9: hue angle of 302.37º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01FC9 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 201 -
CMYK 0 0.85 0.03 0.18
HSL 302.37º 0.74% 0.47% -
HSV(B) 302.37º 0.85% 0.82% -
XYZ 37.05 18.61 56.9 -
YUV 103.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 208 31 201 0 0.85 0.03 0.18 302.37 0.74 0.47
Hex D0 1F C9 0 55 3 12 12E 4A 2F
Octal 320 37 311 0 125 3 22 456 112 57
Binary 11010000 11111 11001001 0 1010101 11 10010 100101110 1001010 101111

Color Harmonies of #D01FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FC9

Black with #D01FC9

Text Example


Text Example

White with #D01FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FC9; }

 p { color: rgb(208,31,201); }

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

background-color css

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

 a { background-color: rgb(208,31,201); }

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

border-color css

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

 span { border-color: rgb(208,31,201); }

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