Html Css Color HEX #D709DA Deep Magenta

📋 copy color: '#D709DA'

red 215 ◦ green 9 ◦ blue 218

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

Shades of Deep Magenta #D709DA

Tints of Deep Magenta #D709DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.04%

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

R = 48.64%
G = 2.04%
B = 49.32%

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

#D709DA (or 0xD709DA) is known color: Deep Magenta. HEX triplet: D7, 09 and DA. RGB value is (215,9,218). Sum of RGB (Red+Green+Blue) = 215+9+218=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #D709DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709DA is #28F625. Grayscale: #5D5D5D. Windows color (decimal): -2684454 or 14289367. OLE color: 14289367.

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

Color convert

RGB 215 9 218 -
CMYK 0.01 0.96 0 0.15
HSL 299.14º 0.92% 0.45% -
HSV(B) 299.14º 0.96% 0.85% -
XYZ 40.78 19.7 67.98 -
YUV 94.42 197.75 214.01 -
System Red Green Blue C M Y K H S L
Decimal 215 9 218 0.01 0.96 0 0.15 299.14 0.92 0.45
Hex D7 9 DA 1 60 0 F 12B 5C 2D
Octal 327 11 332 1 140 0 17 453 134 55
Binary 11010111 1001 11011010 1 1100000 0 1111 100101011 1011100 101101

Color Harmonies of #D709DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709DA

Black with #D709DA

Text Example


Text Example

White with #D709DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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