Html Css Color HEX #D301C3 Deep Magenta

📋 copy color: '#D301C3'

red 211 ◦ green 1 ◦ blue 195

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

Shades of Deep Magenta #D301C3

Tints of Deep Magenta #D301C3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 51.84%
G = 0.25%
B = 47.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D301C3 (or 0xD301C3) is known color: Deep Magenta. HEX triplet: D3, 01 and C3. RGB value is (211,1,195). Sum of RGB (Red+Green+Blue) = 211+1+195=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D301C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301C3 is #2CFE3C. Grayscale: #555555. Windows color (decimal): -2948669 or 12779987. OLE color: 12779987.

HSL color Cylindrical-coordinate representation of color #D301C3: hue angle of 304.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301C3 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 195 -
CMYK 0 1.00 0.08 0.17
HSL 304.57º 0.99% 0.42% -
HSV(B) 304.57º 1% 0.83% -
XYZ 36.73 17.81 53.13 -
YUV 85.91 189.57 217.23 -
System Red Green Blue C M Y K H S L
Decimal 211 1 195 0 1.00 0.08 0.17 304.57 0.99 0.42
Hex D3 1 C3 0 64 8 11 131 63 2A
Octal 323 1 303 0 144 10 21 461 143 52
Binary 11010011 1 11000011 0 1100100 1000 10001 100110001 1100011 101010

Color Harmonies of #D301C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301C3

Black with #D301C3

Text Example


Text Example

White with #D301C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301C3; }

 p { color: rgb(211,1,195); }

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

background-color css

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

 a { background-color: rgb(211,1,195); }

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

border-color css

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

 span { border-color: rgb(211,1,195); }

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