Html Css Color HEX #D706DC Deep Magenta

📋 copy color: '#D706DC'

red 215 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #D706DC

Tints of Deep Magenta #D706DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

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

R = 48.75%
G = 1.36%
B = 49.89%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D706DC (or 0xD706DC) is known color: Deep Magenta. HEX triplet: D7, 06 and DC. RGB value is (215,6,220). Sum of RGB (Red+Green+Blue) = 215+6+220=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #D706DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706DC is #28F923. Grayscale: #5C5C5C. Windows color (decimal): -2685220 or 14419671. OLE color: 14419671.

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

Color convert

RGB 215 6 220 -
CMYK 0.02 0.97 0 0.14
HSL 298.6º 0.95% 0.44% -
HSV(B) 298.6º 0.97% 0.86% -
XYZ 41.01 19.74 69.36 -
YUV 92.89 199.74 215.1 -
System Red Green Blue C M Y K H S L
Decimal 215 6 220 0.02 0.97 0 0.14 298.6 0.95 0.44
Hex D7 6 DC 2 61 0 E 12B 5F 2C
Octal 327 6 334 2 141 0 16 453 137 54
Binary 11010111 110 11011100 10 1100001 0 1110 100101011 1011111 101100

Color Harmonies of #D706DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706DC

Black with #D706DC

Text Example


Text Example

White with #D706DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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