Html Css Color HEX #D30FDD Deep Magenta

📋 copy color: '#D30FDD'

red 211 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #D30FDD

Tints of Deep Magenta #D30FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.36%

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

R = 47.2%
G = 3.36%
B = 49.44%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D30FDD (or 0xD30FDD) is known color: Deep Magenta. HEX triplet: D3, 0F and DD. RGB value is (211,15,221). Sum of RGB (Red+Green+Blue) = 211+15+221=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D30FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDD is #2CF022. Grayscale: #606060. Windows color (decimal): -2945059 or 14487507. OLE color: 14487507.

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

Color convert

RGB 211 15 221 -
CMYK 0.05 0.93 0 0.13
HSL 297.09º 0.87% 0.46% -
HSV(B) 297.09º 0.93% 0.87% -
XYZ 40.09 19.41 70.04 -
YUV 97.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 211 15 221 0.05 0.93 0 0.13 297.09 0.87 0.46
Hex D3 F DD 5 5D 0 D 129 57 2E
Octal 323 17 335 5 135 0 15 451 127 56
Binary 11010011 1111 11011101 101 1011101 0 1101 100101001 1010111 101110

Color Harmonies of #D30FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FDD

Black with #D30FDD

Text Example


Text Example

White with #D30FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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