Html Css Color HEX #D00AB3 Deep Magenta

📋 copy color: '#D00AB3'

red 208 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #D00AB3

Tints of Deep Magenta #D00AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 52.39%
G = 2.52%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D00AB3 (or 0xD00AB3) is known color: Deep Magenta. HEX triplet: D0, 0A and B3. RGB value is (208,10,179). Sum of RGB (Red+Green+Blue) = 208+10+179=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AB3 is #2FF54C. Grayscale: #575757. Windows color (decimal): -3142989 or 11733712. OLE color: 11733712.

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

Color convert

RGB 208 10 179 -
CMYK 0 0.95 0.14 0.18
HSL 308.79º 0.91% 0.43% -
HSV(B) 308.79º 0.95% 0.82% -
XYZ 34.26 16.88 44.1 -
YUV 88.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 208 10 179 0 0.95 0.14 0.18 308.79 0.91 0.43
Hex D0 A B3 0 5F E 12 135 5B 2B
Octal 320 12 263 0 137 16 22 465 133 53
Binary 11010000 1010 10110011 0 1011111 1110 10010 100110101 1011011 101011

Color Harmonies of #D00AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AB3

Black with #D00AB3

Text Example


Text Example

White with #D00AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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