Html Css Color HEX #D30CAC Deep Magenta

📋 copy color: '#D30CAC'

red 211 ◦ green 12 ◦ blue 172

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

Shades of Deep Magenta #D30CAC

Tints of Deep Magenta #D30CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.04%

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

R = 53.42%
G = 3.04%
B = 43.54%

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

#D30CAC (or 0xD30CAC) is known color: Deep Magenta. HEX triplet: D3, 0C and AC. RGB value is (211,12,172). Sum of RGB (Red+Green+Blue) = 211+12+172=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30CAC is #2CF353. Grayscale: #595959. Windows color (decimal): -2945876 or 11275475. OLE color: 11275475.

HSL color Cylindrical-coordinate representation of color #D30CAC: hue angle of 311.76º degrees, saturation: 0.89, 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 #D30CAC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 172 -
CMYK 0 0.94 0.18 0.17
HSL 311.76º 0.89% 0.44% -
HSV(B) 311.76º 0.94% 0.83% -
XYZ 34.44 17.09 40.51 -
YUV 89.74 174.43 214.49 -
System Red Green Blue C M Y K H S L
Decimal 211 12 172 0 0.94 0.18 0.17 311.76 0.89 0.44
Hex D3 C AC 0 5E 12 11 138 59 2C
Octal 323 14 254 0 136 22 21 470 131 54
Binary 11010011 1100 10101100 0 1011110 10010 10001 100111000 1011001 101100

Color Harmonies of #D30CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CAC

Black with #D30CAC

Text Example


Text Example

White with #D30CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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