Html Css Color HEX #D705C8 Deep Magenta

📋 copy color: '#D705C8'

red 215 ◦ green 5 ◦ blue 200

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

Shades of Deep Magenta #D705C8

Tints of Deep Magenta #D705C8

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 200 (78.52% from 255) = 47.62%

R = 51.19%
G = 1.19%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D705C8 (or 0xD705C8) is known color: Deep Magenta. HEX triplet: D7, 05 and C8. RGB value is (215,5,200). Sum of RGB (Red+Green+Blue) = 215+5+200=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D705C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705C8 is #28FA37. Grayscale: #595959. Windows color (decimal): -2685496 or 13108695. OLE color: 13108695.

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

Color convert

RGB 215 5 200 -
CMYK 0 0.98 0.07 0.16
HSL 304.29º 0.95% 0.43% -
HSV(B) 304.29º 0.98% 0.84% -
XYZ 38.5 18.73 56.23 -
YUV 90.02 190.07 217.14 -
System Red Green Blue C M Y K H S L
Decimal 215 5 200 0 0.98 0.07 0.16 304.29 0.95 0.43
Hex D7 5 C8 0 62 7 10 130 5F 2B
Octal 327 5 310 0 142 7 20 460 137 53
Binary 11010111 101 11001000 0 1100010 111 10000 100110000 1011111 101011

Color Harmonies of #D705C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705C8

Black with #D705C8

Text Example


Text Example

White with #D705C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705C8; }

 p { color: rgb(215,5,200); }

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

background-color css

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

 a { background-color: rgb(215,5,200); }

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

border-color css

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

 span { border-color: rgb(215,5,200); }

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