Html Css Color HEX #D30DCC Deep Magenta

📋 copy color: '#D30DCC'

red 211 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #D30DCC

Tints of Deep Magenta #D30DCC

RGB

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

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

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

R = 49.3%
G = 3.04%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D30DCC (or 0xD30DCC) is known color: Deep Magenta. HEX triplet: D3, 0D and CC. RGB value is (211,13,204). Sum of RGB (Red+Green+Blue) = 211+13+204=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DCC is #2CF233. Grayscale: #5D5D5D. Windows color (decimal): -2945588 or 13372883. OLE color: 13372883.

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

Color convert

RGB 211 13 204 -
CMYK 0 0.94 0.03 0.17
HSL 302.12º 0.88% 0.44% -
HSV(B) 302.12º 0.94% 0.83% -
XYZ 37.91 18.5 58.7 -
YUV 93.98 190.1 211.47 -
System Red Green Blue C M Y K H S L
Decimal 211 13 204 0 0.94 0.03 0.17 302.12 0.88 0.44
Hex D3 D CC 0 5E 3 11 12E 58 2C
Octal 323 15 314 0 136 3 21 456 130 54
Binary 11010011 1101 11001100 0 1011110 11 10001 100101110 1011000 101100

Color Harmonies of #D30DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30DCC

Black with #D30DCC

Text Example


Text Example

White with #D30DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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