Html Css Color HEX #D700CE Deep Magenta

📋 copy color: '#D700CE'

red 215 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #D700CE

Tints of Deep Magenta #D700CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 51.07%
G = 0%
B = 48.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D700CE (or 0xD700CE) is known color: Deep Magenta. HEX triplet: D7, 00 and CE. RGB value is (215,0,206). Sum of RGB (Red+Green+Blue) = 215+0+206=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D700CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D700CE is #28FF31. Grayscale: #575757. Windows color (decimal): -2686770 or 13500631. OLE color: 13500631.

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

Color convert

RGB 215 0 206 -
CMYK 0 1 0.04 0.16
HSL 302.51º 1% 0.42% -
HSV(B) 302.51º 1% 0.84% -
XYZ 39.16 18.9 59.98 -
YUV 87.77 194.73 218.75 -
System Red Green Blue C M Y K H S L
Decimal 215 0 206 0 1 0.04 0.16 302.51 1 0.42
Hex D7 0 CE 0 64 4 10 12F 64 2A
Octal 327 0 316 0 144 4 20 457 144 52
Binary 11010111 0 11001110 0 1100100 100 10000 100101111 1100100 101010

Color Harmonies of #D700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700CE

Black with #D700CE

Text Example


Text Example

White with #D700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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