Html Css Color HEX #D30AC9 Deep Magenta

📋 copy color: '#D30AC9'

red 211 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #D30AC9

Tints of Deep Magenta #D30AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 50%
G = 2.37%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D30AC9 (or 0xD30AC9) is known color: Deep Magenta. HEX triplet: D3, 0A and C9. RGB value is (211,10,201). Sum of RGB (Red+Green+Blue) = 211+10+201=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D30AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30AC9 is #2CF536. Grayscale: #5B5B5B. Windows color (decimal): -2946359 or 13175507. OLE color: 13175507.

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

Color convert

RGB 211 10 201 -
CMYK 0 0.95 0.05 0.17
HSL 302.99º 0.91% 0.43% -
HSV(B) 302.99º 0.95% 0.83% -
XYZ 37.52 18.28 56.81 -
YUV 91.87 189.59 212.97 -
System Red Green Blue C M Y K H S L
Decimal 211 10 201 0 0.95 0.05 0.17 302.99 0.91 0.43
Hex D3 A C9 0 5F 5 11 12F 5B 2B
Octal 323 12 311 0 137 5 21 457 133 53
Binary 11010011 1010 11001001 0 1011111 101 10001 100101111 1011011 101011

Color Harmonies of #D30AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30AC9

Black with #D30AC9

Text Example


Text Example

White with #D30AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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