Html Css Color HEX #D30ACC Deep Magenta

📋 copy color: '#D30ACC'

red 211 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #D30ACC

Tints of Deep Magenta #D30ACC

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

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

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

R = 49.65%
G = 2.35%
B = 48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D30ACC (or 0xD30ACC) is known color: Deep Magenta. HEX triplet: D3, 0A and CC. RGB value is (211,10,204). Sum of RGB (Red+Green+Blue) = 211+10+204=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ACC is #2CF533. Grayscale: #5B5B5B. Windows color (decimal): -2946356 or 13372115. OLE color: 13372115.

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

Color convert

RGB 211 10 204 -
CMYK 0 0.95 0.03 0.17
HSL 302.09º 0.91% 0.43% -
HSV(B) 302.09º 0.95% 0.83% -
XYZ 37.87 18.43 58.69 -
YUV 92.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 211 10 204 0 0.95 0.03 0.17 302.09 0.91 0.43
Hex D3 A CC 0 5F 3 11 12E 5B 2B
Octal 323 12 314 0 137 3 21 456 133 53
Binary 11010011 1010 11001100 0 1011111 11 10001 100101110 1011011 101011

Color Harmonies of #D30ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30ACC

Black with #D30ACC

Text Example


Text Example

White with #D30ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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