Html Css Color HEX #D700DD Deep Magenta

📋 copy color: '#D700DD'

red 215 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #D700DD

Tints of Deep Magenta #D700DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 49.31%
G = 0%
B = 50.69%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D700DD (or 0xD700DD) is known color: Deep Magenta. HEX triplet: D7, 00 and DD. RGB value is (215,0,221). Sum of RGB (Red+Green+Blue) = 215+0+221=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #D700DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700DD is #28FF22. Grayscale: #585858. Windows color (decimal): -2686755 or 14483671. OLE color: 14483671.

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

Color convert

RGB 215 0 221 -
CMYK 0.03 1 0 0.13
HSL 298.37º 1% 0.43% -
HSV(B) 298.37º 1% 0.87% -
XYZ 41.08 19.67 70.04 -
YUV 89.48 202.23 217.53 -
System Red Green Blue C M Y K H S L
Decimal 215 0 221 0.03 1 0 0.13 298.37 1 0.43
Hex D7 0 DD 3 64 0 D 12A 64 2B
Octal 327 0 335 3 144 0 15 452 144 53
Binary 11010111 0 11011101 11 1100100 0 1101 100101010 1100100 101011

Color Harmonies of #D700DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700DD

Black with #D700DD

Text Example


Text Example

White with #D700DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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