Html Css Color HEX #D707C9 Deep Magenta

📋 copy color: '#D707C9'

red 215 ◦ green 7 ◦ blue 201

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

Shades of Deep Magenta #D707C9

Tints of Deep Magenta #D707C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 50.83%
G = 1.65%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D707C9 (or 0xD707C9) is known color: Deep Magenta. HEX triplet: D7, 07 and C9. RGB value is (215,7,201). Sum of RGB (Red+Green+Blue) = 215+7+201=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D707C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707C9 is #28F836. Grayscale: #5A5A5A. Windows color (decimal): -2684983 or 13174743. OLE color: 13174743.

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

Color convert

RGB 215 7 201 -
CMYK 0 0.97 0.07 0.16
HSL 304.04º 0.94% 0.44% -
HSV(B) 304.04º 0.97% 0.84% -
XYZ 38.64 18.82 56.85 -
YUV 91.31 189.91 216.23 -
System Red Green Blue C M Y K H S L
Decimal 215 7 201 0 0.97 0.07 0.16 304.04 0.94 0.44
Hex D7 7 C9 0 61 7 10 130 5E 2C
Octal 327 7 311 0 141 7 20 460 136 54
Binary 11010111 111 11001001 0 1100001 111 10000 100110000 1011110 101100

Color Harmonies of #D707C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707C9

Black with #D707C9

Text Example


Text Example

White with #D707C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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