Html Css Color HEX #D709CA Deep Magenta

📋 copy color: '#D709CA'

red 215 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #D709CA

Tints of Deep Magenta #D709CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 50.47%
G = 2.11%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D709CA (or 0xD709CA) is known color: Deep Magenta. HEX triplet: D7, 09 and CA. RGB value is (215,9,202). Sum of RGB (Red+Green+Blue) = 215+9+202=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D709CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709CA is #28F635. Grayscale: #5C5C5C. Windows color (decimal): -2684470 or 13240791. OLE color: 13240791.

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

Color convert

RGB 215 9 202 -
CMYK 0 0.96 0.06 0.16
HSL 303.79º 0.92% 0.44% -
HSV(B) 303.79º 0.96% 0.84% -
XYZ 38.78 18.91 57.48 -
YUV 92.6 189.75 215.31 -
System Red Green Blue C M Y K H S L
Decimal 215 9 202 0 0.96 0.06 0.16 303.79 0.92 0.44
Hex D7 9 CA 0 60 6 10 130 5C 2C
Octal 327 11 312 0 140 6 20 460 134 54
Binary 11010111 1001 11001010 0 1100000 110 10000 100110000 1011100 101100

Color Harmonies of #D709CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709CA

Black with #D709CA

Text Example


Text Example

White with #D709CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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