Html Css Color HEX #D00ACC Deep Magenta

📋 copy color: '#D00ACC'

red 208 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #D00ACC

Tints of Deep Magenta #D00ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 49.29%
G = 2.37%
B = 48.34%

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

#D00ACC (or 0xD00ACC) is known color: Deep Magenta. HEX triplet: D0, 0A and CC. RGB value is (208,10,204). Sum of RGB (Red+Green+Blue) = 208+10+204=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ACC is #2FF533. Grayscale: #5A5A5A. Windows color (decimal): -3142964 or 13372112. OLE color: 13372112.

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

Color convert

RGB 208 10 204 -
CMYK 0 0.95 0.02 0.18
HSL 301.21º 0.91% 0.43% -
HSV(B) 301.21º 0.95% 0.82% -
XYZ 37.02 17.99 58.65 -
YUV 91.32 191.6 211.23 -
System Red Green Blue C M Y K H S L
Decimal 208 10 204 0 0.95 0.02 0.18 301.21 0.91 0.43
Hex D0 A CC 0 5F 2 12 12D 5B 2B
Octal 320 12 314 0 137 2 22 455 133 53
Binary 11010000 1010 11001100 0 1011111 10 10010 100101101 1011011 101011

Color Harmonies of #D00ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00ACC

Black with #D00ACC

Text Example


Text Example

White with #D00ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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