Html Css Color HEX #D708C7 Deep Magenta

📋 copy color: '#D708C7'

red 215 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #D708C7

Tints of Deep Magenta #D708C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 50.95%
G = 1.9%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D708C7 (or 0xD708C7) is known color: Deep Magenta. HEX triplet: D7, 08 and C7. RGB value is (215,8,199). Sum of RGB (Red+Green+Blue) = 215+8+199=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D708C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708C7 is #28F738. Grayscale: #5B5B5B. Windows color (decimal): -2684729 or 13043927. OLE color: 13043927.

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

Color convert

RGB 215 8 199 -
CMYK 0 0.96 0.07 0.16
HSL 304.64º 0.93% 0.44% -
HSV(B) 304.64º 0.96% 0.84% -
XYZ 38.42 18.74 55.63 -
YUV 91.67 188.58 215.97 -
System Red Green Blue C M Y K H S L
Decimal 215 8 199 0 0.96 0.07 0.16 304.64 0.93 0.44
Hex D7 8 C7 0 60 7 10 131 5D 2C
Octal 327 10 307 0 140 7 20 461 135 54
Binary 11010111 1000 11000111 0 1100000 111 10000 100110001 1011101 101100

Color Harmonies of #D708C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708C7

Black with #D708C7

Text Example


Text Example

White with #D708C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708C7; }

 p { color: rgb(215,8,199); }

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

background-color css

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

 a { background-color: rgb(215,8,199); }

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

border-color css

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

 span { border-color: rgb(215,8,199); }

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