Html Css Color HEX #D30FE5 Deep Magenta

📋 copy color: '#D30FE5'

red 211 ◦ green 15 ◦ blue 229

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

Shades of Deep Magenta #D30FE5

Tints of Deep Magenta #D30FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.33%

R = 46.37%
G = 3.3%
B = 50.33%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D30FE5 (or 0xD30FE5) is known color: Deep Magenta. HEX triplet: D3, 0F and E5. RGB value is (211,15,229). Sum of RGB (Red+Green+Blue) = 211+15+229=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #D30FE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FE5 is #2CF01A. Grayscale: #616161. Windows color (decimal): -2945051 or 15011795. OLE color: 15011795.

HSL color Cylindrical-coordinate representation of color #D30FE5: hue angle of 294.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FE5 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 15 229 -
CMYK 0.08 0.93 0 0.10
HSL 294.95º 0.88% 0.48% -
HSV(B) 294.95º 0.93% 0.9% -
XYZ 41.18 19.85 75.79 -
YUV 98 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 211 15 229 0.08 0.93 0 0.10 294.95 0.88 0.48
Hex D3 F E5 8 5D 0 A 127 58 30
Octal 323 17 345 10 135 0 12 447 130 60
Binary 11010011 1111 11100101 1000 1011101 0 1010 100100111 1011000 110000

Color Harmonies of #D30FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FE5

Black with #D30FE5

Text Example


Text Example

White with #D30FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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