Html Css Color HEX #D00ABD Deep Magenta

📋 copy color: '#D00ABD'

red 208 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #D00ABD

Tints of Deep Magenta #D00ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

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

R = 51.11%
G = 2.46%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D00ABD (or 0xD00ABD) is known color: Deep Magenta. HEX triplet: D0, 0A and BD. RGB value is (208,10,189). Sum of RGB (Red+Green+Blue) = 208+10+189=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 10 (4.30% from 255 or 2.46% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ABD is #2FF542. Grayscale: #595959. Windows color (decimal): -3142979 or 12389072. OLE color: 12389072.

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

Color convert

RGB 208 10 189 -
CMYK 0 0.95 0.09 0.18
HSL 305.76º 0.91% 0.43% -
HSV(B) 305.76º 0.95% 0.82% -
XYZ 35.31 17.3 49.62 -
YUV 89.61 184.1 212.45 -
System Red Green Blue C M Y K H S L
Decimal 208 10 189 0 0.95 0.09 0.18 305.76 0.91 0.43
Hex D0 A BD 0 5F 9 12 132 5B 2B
Octal 320 12 275 0 137 11 22 462 133 53
Binary 11010000 1010 10111101 0 1011111 1001 10010 100110010 1011011 101011

Color Harmonies of #D00ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ABD

Black with #D00ABD

Text Example


Text Example

White with #D00ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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