Html Css Color HEX #D706C9 Deep Magenta

📋 copy color: '#D706C9'

red 215 ◦ green 6 ◦ blue 201

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

Shades of Deep Magenta #D706C9

Tints of Deep Magenta #D706C9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 50.95%
G = 1.42%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D706C9 (or 0xD706C9) is known color: Deep Magenta. HEX triplet: D7, 06 and C9. RGB value is (215,6,201). Sum of RGB (Red+Green+Blue) = 215+6+201=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D706C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706C9 is #28F936. Grayscale: #5A5A5A. Windows color (decimal): -2685239 or 13174487. OLE color: 13174487.

HSL color Cylindrical-coordinate representation of color #D706C9: hue angle of 304.02º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706C9 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 201 -
CMYK 0 0.97 0.07 0.16
HSL 304.02º 0.95% 0.43% -
HSV(B) 304.02º 0.97% 0.84% -
XYZ 38.63 18.79 56.85 -
YUV 90.72 190.24 216.64 -
System Red Green Blue C M Y K H S L
Decimal 215 6 201 0 0.97 0.07 0.16 304.02 0.95 0.43
Hex D7 6 C9 0 61 7 10 130 5F 2B
Octal 327 6 311 0 141 7 20 460 137 53
Binary 11010111 110 11001001 0 1100001 111 10000 100110000 1011111 101011

Color Harmonies of #D706C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706C9

Black with #D706C9

Text Example


Text Example

White with #D706C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706C9; }

 p { color: rgb(215,6,201); }

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

background-color css

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

 a { background-color: rgb(215,6,201); }

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

border-color css

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

 span { border-color: rgb(215,6,201); }

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