Html Css Color HEX #D30ADF Deep Magenta

📋 copy color: '#D30ADF'

red 211 ◦ green 10 ◦ blue 223

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

Shades of Deep Magenta #D30ADF

Tints of Deep Magenta #D30ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 47.52%
G = 2.25%
B = 50.23%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D30ADF (or 0xD30ADF) is known color: Deep Magenta. HEX triplet: D3, 0A and DF. RGB value is (211,10,223). Sum of RGB (Red+Green+Blue) = 211+10+223=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D30ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ADF is #2CF520. Grayscale: #5D5D5D. Windows color (decimal): -2946337 or 14617299. OLE color: 14617299.

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

Color convert

RGB 211 10 223 -
CMYK 0.05 0.96 0 0.13
HSL 296.62º 0.91% 0.46% -
HSV(B) 296.62º 0.96% 0.87% -
XYZ 40.29 19.39 71.43 -
YUV 94.38 200.59 211.18 -
System Red Green Blue C M Y K H S L
Decimal 211 10 223 0.05 0.96 0 0.13 296.62 0.91 0.46
Hex D3 A DF 5 60 0 D 129 5B 2E
Octal 323 12 337 5 140 0 15 451 133 56
Binary 11010011 1010 11011111 101 1100000 0 1101 100101001 1011011 101110

Color Harmonies of #D30ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30ADF

Black with #D30ADF

Text Example


Text Example

White with #D30ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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