Html Css Color HEX #D01ABD Deep Magenta

📋 copy color: '#D01ABD'

red 208 ◦ green 26 ◦ blue 189

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

Shades of Deep Magenta #D01ABD

Tints of Deep Magenta #D01ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.15%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 49.17%
G = 6.15%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D01ABD (or 0xD01ABD) is known color: Deep Magenta. HEX triplet: D0, 1A and BD. RGB value is (208,26,189). Sum of RGB (Red+Green+Blue) = 208+26+189=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D01ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01ABD is #2FE542. Grayscale: #626262. Windows color (decimal): -3138883 or 12393168. OLE color: 12393168.

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

Color convert

RGB 208 26 189 -
CMYK 0 0.88 0.09 0.18
HSL 306.26º 0.78% 0.46% -
HSV(B) 306.26º 0.88% 0.82% -
XYZ 35.57 17.82 49.71 -
YUV 99 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 208 26 189 0 0.88 0.09 0.18 306.26 0.78 0.46
Hex D0 1A BD 0 58 9 12 132 4E 2E
Octal 320 32 275 0 130 11 22 462 116 56
Binary 11010000 11010 10111101 0 1011000 1001 10010 100110010 1001110 101110

Color Harmonies of #D01ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01ABD

Black with #D01ABD

Text Example


Text Example

White with #D01ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01ABD; }

 p { color: rgb(208,26,189); }

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

background-color css

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

 a { background-color: rgb(208,26,189); }

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

border-color css

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

 span { border-color: rgb(208,26,189); }

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