Html Css Color HEX #D30FDA Deep Magenta

📋 copy color: '#D30FDA'

red 211 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #D30FDA

Tints of Deep Magenta #D30FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 47.52%
G = 3.38%
B = 49.1%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D30FDA (or 0xD30FDA) is known color: Deep Magenta. HEX triplet: D3, 0F and DA. RGB value is (211,15,218). Sum of RGB (Red+Green+Blue) = 211+15+218=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D30FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDA is #2CF025. Grayscale: #606060. Windows color (decimal): -2945062 or 14290899. OLE color: 14290899.

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

Color convert

RGB 211 15 218 -
CMYK 0.03 0.93 0 0.15
HSL 297.93º 0.87% 0.46% -
HSV(B) 297.93º 0.93% 0.85% -
XYZ 39.69 19.25 67.95 -
YUV 96.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 211 15 218 0.03 0.93 0 0.15 297.93 0.87 0.46
Hex D3 F DA 3 5D 0 F 12A 57 2E
Octal 323 17 332 3 135 0 17 452 127 56
Binary 11010011 1111 11011010 11 1011101 0 1111 100101010 1010111 101110

Color Harmonies of #D30FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FDA

Black with #D30FDA

Text Example


Text Example

White with #D30FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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