Html Css Color HEX #D01BAE Deep Magenta

📋 copy color: '#D01BAE'

red 208 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #D01BAE

Tints of Deep Magenta #D01BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 50.86%
G = 6.6%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D01BAE (or 0xD01BAE) is known color: Deep Magenta. HEX triplet: D0, 1B and AE. RGB value is (208,27,174). Sum of RGB (Red+Green+Blue) = 208+27+174=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01BAE is #2FE451. Grayscale: #616161. Windows color (decimal): -3138642 or 11410384. OLE color: 11410384.

HSL color Cylindrical-coordinate representation of color #D01BAE: hue angle of 311.27º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01BAE is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 27 174 -
CMYK 0 0.87 0.16 0.18
HSL 311.27º 0.77% 0.46% -
HSV(B) 311.27º 0.87% 0.82% -
XYZ 34.04 17.25 41.58 -
YUV 97.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 208 27 174 0 0.87 0.16 0.18 311.27 0.77 0.46
Hex D0 1B AE 0 57 10 12 137 4D 2E
Octal 320 33 256 0 127 20 22 467 115 56
Binary 11010000 11011 10101110 0 1010111 10000 10010 100110111 1001101 101110

Color Harmonies of #D01BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BAE

Black with #D01BAE

Text Example


Text Example

White with #D01BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BAE; }

 p { color: rgb(208,27,174); }

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

background-color css

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

 a { background-color: rgb(208,27,174); }

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

border-color css

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

 span { border-color: rgb(208,27,174); }

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