#D30FC1

Color #D30FC1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D30FC1

Tints of Deep Magenta #D30FC1

Color information

#D30FC1 (or 0xD30FC1) is unknown color: approx Deep Magenta. HEX triplet: D3, 0F and C1. RGB value is (211,15,193). Sum of RGB (Red+Green+Blue) = 211+15+193=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FC1 is #2CF03E. Grayscale: #5D5D5D. Windows color (decimal): -2945087 or 12652499. OLE color: 12652499.

HSL color Cylindrical-coordinate representation of color #D30FC1: hue angle of 305.51º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FC1 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB21115193-
CMYK00.930.090.17
HSL305.51º86.73%44.31%-
HSV(B)305.51º92.89%82.75%-
XYZ36.6618.0452-
YUV93.9183.93211.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.36%
GREEN value IS 15 (6.25% from 255) = 3.58%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=50.36%
G=3.58%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111519300.930.090.17305.5186.7344.31
HexD3FC105D911132572c
Octal323173010135112146212754
Binary11010011111111000001010111011001100011001100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30FC1; }

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

 H1.HeaderClassName
 {
   color: #D30FC1;
 }
 .AnyTagClassName
 {
   color: #D30FC1;
 }
</style>
background-color css

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

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

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

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

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

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