Html Css Color HEX #D30ADD Deep Magenta

📋 copy color: '#D30ADD'

red 211 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #D30ADD

Tints of Deep Magenta #D30ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 47.74%
G = 2.26%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D30ADD (or 0xD30ADD) is known color: Deep Magenta. HEX triplet: D3, 0A and DD. RGB value is (211,10,221). Sum of RGB (Red+Green+Blue) = 211+10+221=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #D30ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ADD is #2CF522. Grayscale: #5D5D5D. Windows color (decimal): -2946339 or 14486227. OLE color: 14486227.

HSL color Cylindrical-coordinate representation of color #D30ADD: hue angle of 297.16º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ADD is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 10 221 -
CMYK 0.05 0.95 0 0.13
HSL 297.16º 0.91% 0.45% -
HSV(B) 297.16º 0.95% 0.87% -
XYZ 40.02 19.29 70.02 -
YUV 94.15 199.59 211.34 -
System Red Green Blue C M Y K H S L
Decimal 211 10 221 0.05 0.95 0 0.13 297.16 0.91 0.45
Hex D3 A DD 5 5F 0 D 129 5B 2D
Octal 323 12 335 5 137 0 15 451 133 55
Binary 11010011 1010 11011101 101 1011111 0 1101 100101001 1011011 101101

Color Harmonies of #D30ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30ADD

Black with #D30ADD

Text Example


Text Example

White with #D30ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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