Html Css Color HEX #D00ABB Deep Magenta

📋 copy color: '#D00ABB'

red 208 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #D00ABB

Tints of Deep Magenta #D00ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 51.36%
G = 2.47%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D00ABB (or 0xD00ABB) is known color: Deep Magenta. HEX triplet: D0, 0A and BB. RGB value is (208,10,187). Sum of RGB (Red+Green+Blue) = 208+10+187=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ABB is #2FF544. Grayscale: #585858. Windows color (decimal): -3142981 or 12258000. OLE color: 12258000.

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

Color convert

RGB 208 10 187 -
CMYK 0 0.95 0.10 0.18
HSL 306.36º 0.91% 0.43% -
HSV(B) 306.36º 0.95% 0.82% -
XYZ 35.09 17.21 48.49 -
YUV 89.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 208 10 187 0 0.95 0.10 0.18 306.36 0.91 0.43
Hex D0 A BB 0 5F A 12 132 5B 2B
Octal 320 12 273 0 137 12 22 462 133 53
Binary 11010000 1010 10111011 0 1011111 1010 10010 100110010 1011011 101011

Color Harmonies of #D00ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ABB

Black with #D00ABB

Text Example


Text Example

White with #D00ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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