Html Css Color HEX #D30DAC Deep Magenta

📋 copy color: '#D30DAC'

red 211 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #D30DAC

Tints of Deep Magenta #D30DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.28%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 53.28%
G = 3.28%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D30DAC (or 0xD30DAC) is known color: Deep Magenta. HEX triplet: D3, 0D and AC. RGB value is (211,13,172). Sum of RGB (Red+Green+Blue) = 211+13+172=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30DAC is #2CF253. Grayscale: #595959. Windows color (decimal): -2945620 or 11275731. OLE color: 11275731.

HSL color Cylindrical-coordinate representation of color #D30DAC: hue angle of 311.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DAC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 13 172 -
CMYK 0 0.94 0.18 0.17
HSL 311.82º 0.88% 0.44% -
HSV(B) 311.82º 0.94% 0.83% -
XYZ 34.45 17.12 40.52 -
YUV 90.33 174.1 214.07 -
System Red Green Blue C M Y K H S L
Decimal 211 13 172 0 0.94 0.18 0.17 311.82 0.88 0.44
Hex D3 D AC 0 5E 12 11 138 58 2C
Octal 323 15 254 0 136 22 21 470 130 54
Binary 11010011 1101 10101100 0 1011110 10010 10001 100111000 1011000 101100

Color Harmonies of #D30DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DAC

Black with #D30DAC

Text Example


Text Example

White with #D30DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DAC; }

 p { color: rgb(211,13,172); }

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

background-color css

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

 a { background-color: rgb(211,13,172); }

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

border-color css

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

 span { border-color: rgb(211,13,172); }

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