Html Css Color HEX #D700DC Deep Magenta

📋 copy color: '#D700DC'

red 215 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #D700DC

Tints of Deep Magenta #D700DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.43%
G = 0%
B = 50.57%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D700DC (or 0xD700DC) is known color: Deep Magenta. HEX triplet: D7, 00 and DC. RGB value is (215,0,220). Sum of RGB (Red+Green+Blue) = 215+0+220=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D700DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700DC is #28FF23. Grayscale: #585858. Windows color (decimal): -2686756 or 14418135. OLE color: 14418135.

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

Color convert

RGB 215 0 220 -
CMYK 0.02 1 0 0.14
HSL 298.64º 1% 0.43% -
HSV(B) 298.64º 1% 0.86% -
XYZ 40.94 19.61 69.34 -
YUV 89.37 201.73 217.61 -
System Red Green Blue C M Y K H S L
Decimal 215 0 220 0.02 1 0 0.14 298.64 1 0.43
Hex D7 0 DC 2 64 0 E 12B 64 2B
Octal 327 0 334 2 144 0 16 453 144 53
Binary 11010111 0 11011100 10 1100100 0 1110 100101011 1100100 101011

Color Harmonies of #D700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700DC

Black with #D700DC

Text Example


Text Example

White with #D700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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