Html Css Color HEX #D708CE Deep Magenta

📋 copy color: '#D708CE'

red 215 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #D708CE

Tints of Deep Magenta #D708CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 50.12%
G = 1.86%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D708CE (or 0xD708CE) is known color: Deep Magenta. HEX triplet: D7, 08 and CE. RGB value is (215,8,206). Sum of RGB (Red+Green+Blue) = 215+8+206=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D708CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708CE is #28F731. Grayscale: #5B5B5B. Windows color (decimal): -2684722 or 13502679. OLE color: 13502679.

HSL color Cylindrical-coordinate representation of color #D708CE: hue angle of 302.61º 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 #D708CE is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 206 -
CMYK 0 0.96 0.04 0.16
HSL 302.61º 0.93% 0.44% -
HSV(B) 302.61º 0.96% 0.84% -
XYZ 39.25 19.08 60.01 -
YUV 92.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 215 8 206 0 0.96 0.04 0.16 302.61 0.93 0.44
Hex D7 8 CE 0 60 4 10 12F 5D 2C
Octal 327 10 316 0 140 4 20 457 135 54
Binary 11010111 1000 11001110 0 1100000 100 10000 100101111 1011101 101100

Color Harmonies of #D708CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708CE

Black with #D708CE

Text Example


Text Example

White with #D708CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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