Html Css Color HEX #D30FDF Deep Magenta

📋 copy color: '#D30FDF'

red 211 ◦ green 15 ◦ blue 223

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

Shades of Deep Magenta #D30FDF

Tints of Deep Magenta #D30FDF

RGB

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

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

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

R = 46.99%
G = 3.34%
B = 49.67%

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

#D30FDF (or 0xD30FDF) is known color: Deep Magenta. HEX triplet: D3, 0F and DF. RGB value is (211,15,223). Sum of RGB (Red+Green+Blue) = 211+15+223=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D30FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FDF is #2CF020. Grayscale: #606060. Windows color (decimal): -2945057 or 14618579. OLE color: 14618579.

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

Color convert

RGB 211 15 223 -
CMYK 0.05 0.93 0 0.13
HSL 296.54º 0.87% 0.47% -
HSV(B) 296.54º 0.93% 0.87% -
XYZ 40.35 19.52 71.45 -
YUV 97.32 198.93 209.09 -
System Red Green Blue C M Y K H S L
Decimal 211 15 223 0.05 0.93 0 0.13 296.54 0.87 0.47
Hex D3 F DF 5 5D 0 D 129 57 2F
Octal 323 17 337 5 135 0 15 451 127 57
Binary 11010011 1111 11011111 101 1011101 0 1101 100101001 1010111 101111

Color Harmonies of #D30FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30FDF

Black with #D30FDF

Text Example


Text Example

White with #D30FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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