Html Css Color HEX #D709DC Deep Magenta

📋 copy color: '#D709DC'

red 215 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #D709DC

Tints of Deep Magenta #D709DC

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 9 (3.91% from 255) = 2.03%

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

R = 48.42%
G = 2.03%
B = 49.55%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D709DC (or 0xD709DC) is known color: Deep Magenta. HEX triplet: D7, 09 and DC. RGB value is (215,9,220). Sum of RGB (Red+Green+Blue) = 215+9+220=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #D709DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709DC is #28F623. Grayscale: #5E5E5E. Windows color (decimal): -2684452 or 14420439. OLE color: 14420439.

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

Color convert

RGB 215 9 220 -
CMYK 0.02 0.96 0 0.14
HSL 298.58º 0.92% 0.45% -
HSV(B) 298.58º 0.96% 0.86% -
XYZ 41.04 19.81 69.37 -
YUV 94.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 215 9 220 0.02 0.96 0 0.14 298.58 0.92 0.45
Hex D7 9 DC 2 60 0 E 12B 5C 2D
Octal 327 11 334 2 140 0 16 453 134 55
Binary 11010111 1001 11011100 10 1100000 0 1110 100101011 1011100 101101

Color Harmonies of #D709DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709DC

Black with #D709DC

Text Example


Text Example

White with #D709DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709DC; }

 p { color: rgb(215,9,220); }

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

background-color css

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

 a { background-color: rgb(215,9,220); }

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

border-color css

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

 span { border-color: rgb(215,9,220); }

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