Html Css Color HEX #D709CF Deep Magenta

📋 copy color: '#D709CF'

red 215 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #D709CF

Tints of Deep Magenta #D709CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 49.88%
G = 2.09%
B = 48.03%

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

#D709CF (or 0xD709CF) is known color: Deep Magenta. HEX triplet: D7, 09 and CF. RGB value is (215,9,207). Sum of RGB (Red+Green+Blue) = 215+9+207=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D709CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709CF is #28F630. Grayscale: #5C5C5C. Windows color (decimal): -2684465 or 13568471. OLE color: 13568471.

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

Color convert

RGB 215 9 207 -
CMYK 0 0.96 0.04 0.16
HSL 302.33º 0.92% 0.44% -
HSV(B) 302.33º 0.96% 0.84% -
XYZ 39.38 19.15 60.65 -
YUV 93.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 215 9 207 0 0.96 0.04 0.16 302.33 0.92 0.44
Hex D7 9 CF 0 60 4 10 12E 5C 2C
Octal 327 11 317 0 140 4 20 456 134 54
Binary 11010111 1001 11001111 0 1100000 100 10000 100101110 1011100 101100

Color Harmonies of #D709CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709CF

Black with #D709CF

Text Example


Text Example

White with #D709CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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