Html Css Color HEX #D708DA Deep Magenta

📋 copy color: '#D708DA'

red 215 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #D708DA

Tints of Deep Magenta #D708DA

RGB

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

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

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

R = 48.75%
G = 1.81%
B = 49.43%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D708DA (or 0xD708DA) is known color: Deep Magenta. HEX triplet: D7, 08 and DA. RGB value is (215,8,218). Sum of RGB (Red+Green+Blue) = 215+8+218=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D708DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708DA is #28F725. Grayscale: #5D5D5D. Windows color (decimal): -2684710 or 14289111. OLE color: 14289111.

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

Color convert

RGB 215 8 218 -
CMYK 0.01 0.96 0 0.15
HSL 299.14º 0.93% 0.44% -
HSV(B) 299.14º 0.96% 0.85% -
XYZ 40.77 19.68 67.98 -
YUV 93.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 215 8 218 0.01 0.96 0 0.15 299.14 0.93 0.44
Hex D7 8 DA 1 60 0 F 12B 5D 2C
Octal 327 10 332 1 140 0 17 453 135 54
Binary 11010111 1000 11011010 1 1100000 0 1111 100101011 1011101 101100

Color Harmonies of #D708DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708DA

Black with #D708DA

Text Example


Text Example

White with #D708DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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