Html Css Color HEX #D707D4 Deep Magenta

📋 copy color: '#D707D4'

red 215 ◦ green 7 ◦ blue 212

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

Shades of Deep Magenta #D707D4

Tints of Deep Magenta #D707D4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.61%

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 49.54%
G = 1.61%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D707D4 (or 0xD707D4) is known color: Deep Magenta. HEX triplet: D7, 07 and D4. RGB value is (215,7,212). Sum of RGB (Red+Green+Blue) = 215+7+212=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D707D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707D4 is #28F82B. Grayscale: #5B5B5B. Windows color (decimal): -2684972 or 13895639. OLE color: 13895639.

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

Color convert

RGB 215 7 212 -
CMYK 0 0.97 0.01 0.16
HSL 300.87º 0.94% 0.44% -
HSV(B) 300.87º 0.97% 0.84% -
XYZ 39.98 19.35 63.92 -
YUV 92.56 195.41 215.33 -
System Red Green Blue C M Y K H S L
Decimal 215 7 212 0 0.97 0.01 0.16 300.87 0.94 0.44
Hex D7 7 D4 0 61 1 10 12D 5E 2C
Octal 327 7 324 0 141 1 20 455 136 54
Binary 11010111 111 11010100 0 1100001 1 10000 100101101 1011110 101100

Color Harmonies of #D707D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707D4

Black with #D707D4

Text Example


Text Example

White with #D707D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707D4; }

 p { color: rgb(215,7,212); }

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

background-color css

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

 a { background-color: rgb(215,7,212); }

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

border-color css

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

 span { border-color: rgb(215,7,212); }

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