Html Css Color HEX #D707DA Deep Magenta

📋 copy color: '#D707DA'

red 215 ◦ green 7 ◦ blue 218

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

Shades of Deep Magenta #D707DA

Tints of Deep Magenta #D707DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 48.86%
G = 1.59%
B = 49.55%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D707DA (or 0xD707DA) is known color: Deep Magenta. HEX triplet: D7, 07 and DA. RGB value is (215,7,218). Sum of RGB (Red+Green+Blue) = 215+7+218=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #D707DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707DA is #28F825. Grayscale: #5C5C5C. Windows color (decimal): -2684966 or 14288855. OLE color: 14288855.

HSL color Cylindrical-coordinate representation of color #D707DA: hue angle of 299.15º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707DA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 7 218 -
CMYK 0.01 0.97 0 0.15
HSL 299.15º 0.94% 0.44% -
HSV(B) 299.15º 0.97% 0.85% -
XYZ 40.76 19.66 67.98 -
YUV 93.25 198.41 214.84 -
System Red Green Blue C M Y K H S L
Decimal 215 7 218 0.01 0.97 0 0.15 299.15 0.94 0.44
Hex D7 7 DA 1 61 0 F 12B 5E 2C
Octal 327 7 332 1 141 0 17 453 136 54
Binary 11010111 111 11011010 1 1100001 0 1111 100101011 1011110 101100

Color Harmonies of #D707DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707DA

Black with #D707DA

Text Example


Text Example

White with #D707DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707DA; }

 p { color: rgb(215,7,218); }

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

background-color css

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

 a { background-color: rgb(215,7,218); }

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

border-color css

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

 span { border-color: rgb(215,7,218); }

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