Html Css Color HEX #D305DC Deep Magenta

📋 copy color: '#D305DC'

red 211 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #D305DC

Tints of Deep Magenta #D305DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 48.39%
G = 1.15%
B = 50.46%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D305DC (or 0xD305DC) is known color: Deep Magenta. HEX triplet: D3, 05 and DC. RGB value is (211,5,220). Sum of RGB (Red+Green+Blue) = 211+5+220=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #D305DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305DC is #2CFA23. Grayscale: #5A5A5A. Windows color (decimal): -2947620 or 14419411. OLE color: 14419411.

HSL color Cylindrical-coordinate representation of color #D305DC: hue angle of 297.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305DC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 5 220 -
CMYK 0.04 0.98 0 0.14
HSL 297.49º 0.96% 0.44% -
HSV(B) 297.49º 0.98% 0.86% -
XYZ 39.84 19.12 69.3 -
YUV 91.1 200.75 213.52 -
System Red Green Blue C M Y K H S L
Decimal 211 5 220 0.04 0.98 0 0.14 297.49 0.96 0.44
Hex D3 5 DC 4 62 0 E 129 60 2C
Octal 323 5 334 4 142 0 16 451 140 54
Binary 11010011 101 11011100 100 1100010 0 1110 100101001 1100000 101100

Color Harmonies of #D305DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305DC

Black with #D305DC

Text Example


Text Example

White with #D305DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305DC; }

 p { color: rgb(211,5,220); }

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

background-color css

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

 a { background-color: rgb(211,5,220); }

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

border-color css

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

 span { border-color: rgb(211,5,220); }

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