Html Css Color HEX #D709C6 Deep Magenta

📋 copy color: '#D709C6'

red 215 ◦ green 9 ◦ blue 198

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

Shades of Deep Magenta #D709C6

Tints of Deep Magenta #D709C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.92%

R = 50.95%
G = 2.13%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D709C6 (or 0xD709C6) is known color: Deep Magenta. HEX triplet: D7, 09 and C6. RGB value is (215,9,198). Sum of RGB (Red+Green+Blue) = 215+9+198=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D709C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709C6 is #28F639. Grayscale: #5B5B5B. Windows color (decimal): -2684474 or 12978647. OLE color: 12978647.

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

Color convert

RGB 215 9 198 -
CMYK 0 0.96 0.08 0.16
HSL 304.95º 0.92% 0.44% -
HSV(B) 304.95º 0.96% 0.84% -
XYZ 38.32 18.72 55.02 -
YUV 92.14 187.75 215.63 -
System Red Green Blue C M Y K H S L
Decimal 215 9 198 0 0.96 0.08 0.16 304.95 0.92 0.44
Hex D7 9 C6 0 60 8 10 131 5C 2C
Octal 327 11 306 0 140 10 20 461 134 54
Binary 11010111 1001 11000110 0 1100000 1000 10000 100110001 1011100 101100

Color Harmonies of #D709C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709C6

Black with #D709C6

Text Example


Text Example

White with #D709C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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