Html Css Color HEX #D30FDE Deep Magenta

📋 copy color: '#D30FDE'

red 211 ◦ green 15 ◦ blue 222

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

Shades of Deep Magenta #D30FDE

Tints of Deep Magenta #D30FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 47.1%
G = 3.35%
B = 49.55%

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

#D30FDE (or 0xD30FDE) is known color: Deep Magenta. HEX triplet: D3, 0F and DE. RGB value is (211,15,222). Sum of RGB (Red+Green+Blue) = 211+15+222=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #D30FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDE is #2CF021. Grayscale: #606060. Windows color (decimal): -2945058 or 14553043. OLE color: 14553043.

HSL color Cylindrical-coordinate representation of color #D30FDE: hue angle of 296.81º 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 #D30FDE is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 15 222 -
CMYK 0.05 0.93 0 0.13
HSL 296.81º 0.87% 0.46% -
HSV(B) 296.81º 0.93% 0.87% -
XYZ 40.22 19.46 70.74 -
YUV 97.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 211 15 222 0.05 0.93 0 0.13 296.81 0.87 0.46
Hex D3 F DE 5 5D 0 D 129 57 2E
Octal 323 17 336 5 135 0 15 451 127 56
Binary 11010011 1111 11011110 101 1011101 0 1101 100101001 1010111 101110

Color Harmonies of #D30FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FDE

Black with #D30FDE

Text Example


Text Example

White with #D30FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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