Html Css Color HEX #D700C0 Deep Magenta

📋 copy color: '#D700C0'

red 215 ◦ green 0 ◦ blue 192

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

Shades of Deep Magenta #D700C0

Tints of Deep Magenta #D700C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 47.17%

R = 52.83%
G = 0%
B = 47.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D700C0 (or 0xD700C0) is known color: Deep Magenta. HEX triplet: D7, 00 and C0. RGB value is (215,0,192). Sum of RGB (Red+Green+Blue) = 215+0+192=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D700C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700C0 is #28FF3F. Grayscale: #555555. Windows color (decimal): -2686784 or 12583127. OLE color: 12583127.

HSL color Cylindrical-coordinate representation of color #D700C0: hue angle of 306.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700C0 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 192 -
CMYK 0 1 0.11 0.16
HSL 306.42º 1% 0.42% -
HSV(B) 306.42º 1% 0.84% -
XYZ 37.54 18.25 51.41 -
YUV 86.17 187.73 219.89 -
System Red Green Blue C M Y K H S L
Decimal 215 0 192 0 1 0.11 0.16 306.42 1 0.42
Hex D7 0 C0 0 64 B 10 132 64 2A
Octal 327 0 300 0 144 13 20 462 144 52
Binary 11010111 0 11000000 0 1100100 1011 10000 100110010 1100100 101010

Color Harmonies of #D700C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700C0

Black with #D700C0

Text Example


Text Example

White with #D700C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700C0; }

 p { color: rgb(215,0,192); }

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

background-color css

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

 a { background-color: rgb(215,0,192); }

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

border-color css

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

 span { border-color: rgb(215,0,192); }

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