Html Css Color HEX #D01FBE Deep Magenta

📋 copy color: '#D01FBE'

red 208 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #D01FBE

Tints of Deep Magenta #D01FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 48.48%
G = 7.23%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D01FBE (or 0xD01FBE) is known color: Deep Magenta. HEX triplet: D0, 1F and BE. RGB value is (208,31,190). Sum of RGB (Red+Green+Blue) = 208+31+190=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D01FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FBE is #2FE041. Grayscale: #656565. Windows color (decimal): -3137602 or 12459984. OLE color: 12459984.

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

Color convert

RGB 208 31 190 -
CMYK 0 0.85 0.09 0.18
HSL 306.1º 0.74% 0.47% -
HSV(B) 306.1º 0.85% 0.82% -
XYZ 35.8 18.11 50.32 -
YUV 102.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 208 31 190 0 0.85 0.09 0.18 306.1 0.74 0.47
Hex D0 1F BE 0 55 9 12 132 4A 2F
Octal 320 37 276 0 125 11 22 462 112 57
Binary 11010000 11111 10111110 0 1010101 1001 10010 100110010 1001010 101111

Color Harmonies of #D01FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01FBE

Black with #D01FBE

Text Example


Text Example

White with #D01FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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