Html Css Color HEX #D30ACA Deep Magenta

📋 copy color: '#D30ACA'

red 211 ◦ green 10 ◦ blue 202

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

Shades of Deep Magenta #D30ACA

Tints of Deep Magenta #D30ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 49.88%
G = 2.36%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D30ACA (or 0xD30ACA) is known color: Deep Magenta. HEX triplet: D3, 0A and CA. RGB value is (211,10,202). Sum of RGB (Red+Green+Blue) = 211+10+202=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ACA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ACA is #2CF535. Grayscale: #5B5B5B. Windows color (decimal): -2946358 or 13241043. OLE color: 13241043.

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

Color convert

RGB 211 10 202 -
CMYK 0 0.95 0.04 0.17
HSL 302.69º 0.91% 0.43% -
HSV(B) 302.69º 0.95% 0.83% -
XYZ 37.63 18.33 57.43 -
YUV 91.99 190.09 212.89 -
System Red Green Blue C M Y K H S L
Decimal 211 10 202 0 0.95 0.04 0.17 302.69 0.91 0.43
Hex D3 A CA 0 5F 4 11 12F 5B 2B
Octal 323 12 312 0 137 4 21 457 133 53
Binary 11010011 1010 11001010 0 1011111 100 10001 100101111 1011011 101011

Color Harmonies of #D30ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30ACA

Black with #D30ACA

Text Example


Text Example

White with #D30ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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