Html Css Color HEX #D00ACB Deep Magenta

📋 copy color: '#D00ACB'

red 208 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #D00ACB

Tints of Deep Magenta #D00ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 49.41%
G = 2.38%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D00ACB (or 0xD00ACB) is known color: Deep Magenta. HEX triplet: D0, 0A and CB. RGB value is (208,10,203). Sum of RGB (Red+Green+Blue) = 208+10+203=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ACB is #2FF534. Grayscale: #5A5A5A. Windows color (decimal): -3142965 or 13306576. OLE color: 13306576.

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

Color convert

RGB 208 10 203 -
CMYK 0 0.95 0.02 0.18
HSL 301.52º 0.91% 0.43% -
HSV(B) 301.52º 0.95% 0.82% -
XYZ 36.9 17.94 58.02 -
YUV 91.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 208 10 203 0 0.95 0.02 0.18 301.52 0.91 0.43
Hex D0 A CB 0 5F 2 12 12E 5B 2B
Octal 320 12 313 0 137 2 22 456 133 53
Binary 11010000 1010 11001011 0 1011111 10 10010 100101110 1011011 101011

Color Harmonies of #D00ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ACB

Black with #D00ACB

Text Example


Text Example

White with #D00ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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