Html Css Color HEX #D01FB9 Deep Magenta

📋 copy color: '#D01FB9'

red 208 ◦ green 31 ◦ blue 185

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

Shades of Deep Magenta #D01FB9

Tints of Deep Magenta #D01FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 49.06%
G = 7.31%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D01FB9 (or 0xD01FB9) is known color: Deep Magenta. HEX triplet: D0, 1F and B9. RGB value is (208,31,185). Sum of RGB (Red+Green+Blue) = 208+31+185=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FB9 is #2FE046. Grayscale: #656565. Windows color (decimal): -3137607 or 12132304. OLE color: 12132304.

HSL color Cylindrical-coordinate representation of color #D01FB9: hue angle of 307.8º 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 #D01FB9 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 31 185 -
CMYK 0 0.85 0.11 0.18
HSL 307.8º 0.74% 0.47% -
HSV(B) 307.8º 0.85% 0.82% -
XYZ 35.26 17.89 47.49 -
YUV 101.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 208 31 185 0 0.85 0.11 0.18 307.8 0.74 0.47
Hex D0 1F B9 0 55 B 12 134 4A 2F
Octal 320 37 271 0 125 13 22 464 112 57
Binary 11010000 11111 10111001 0 1010101 1011 10010 100110100 1001010 101111

Color Harmonies of #D01FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FB9

Black with #D01FB9

Text Example


Text Example

White with #D01FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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