Html Css Color HEX #D307DC Deep Magenta

📋 copy color: '#D307DC'

red 211 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #D307DC

Tints of Deep Magenta #D307DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 48.17%
G = 1.6%
B = 50.23%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D307DC (or 0xD307DC) is known color: Deep Magenta. HEX triplet: D3, 07 and DC. RGB value is (211,7,220). Sum of RGB (Red+Green+Blue) = 211+7+220=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D307DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307DC is #2CF823. Grayscale: #5B5B5B. Windows color (decimal): -2947108 or 14419923. OLE color: 14419923.

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

Color convert

RGB 211 7 220 -
CMYK 0.04 0.97 0 0.14
HSL 297.46º 0.94% 0.45% -
HSV(B) 297.46º 0.97% 0.86% -
XYZ 39.86 19.17 69.31 -
YUV 92.28 200.09 212.68 -
System Red Green Blue C M Y K H S L
Decimal 211 7 220 0.04 0.97 0 0.14 297.46 0.94 0.45
Hex D3 7 DC 4 61 0 E 129 5E 2D
Octal 323 7 334 4 141 0 16 451 136 55
Binary 11010011 111 11011100 100 1100001 0 1110 100101001 1011110 101101

Color Harmonies of #D307DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D307DC

Black with #D307DC

Text Example


Text Example

White with #D307DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D307DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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