Html Css Color HEX #D007CE Deep Magenta

📋 copy color: '#D007CE'

red 208 ◦ green 7 ◦ blue 206

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

Shades of Deep Magenta #D007CE

Tints of Deep Magenta #D007CE

RGB

 RED value IS 208 (81.64% from 255) = 49.41%

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

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

R = 49.41%
G = 1.66%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D007CE (or 0xD007CE) is known color: Deep Magenta. HEX triplet: D0, 07 and CE. RGB value is (208,7,206). Sum of RGB (Red+Green+Blue) = 208+7+206=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D007CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007CE is #2FF831. Grayscale: #595959. Windows color (decimal): -3143730 or 13502416. OLE color: 13502416.

HSL color Cylindrical-coordinate representation of color #D007CE: hue angle of 300.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007CE is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 206 -
CMYK 0 0.97 0.01 0.18
HSL 300.6º 0.93% 0.42% -
HSV(B) 300.6º 0.97% 0.82% -
XYZ 37.23 18.02 59.91 -
YUV 89.79 193.59 212.32 -
System Red Green Blue C M Y K H S L
Decimal 208 7 206 0 0.97 0.01 0.18 300.6 0.93 0.42
Hex D0 7 CE 0 61 1 12 12D 5D 2A
Octal 320 7 316 0 141 1 22 455 135 52
Binary 11010000 111 11001110 0 1100001 1 10010 100101101 1011101 101010

Color Harmonies of #D007CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007CE

Black with #D007CE

Text Example


Text Example

White with #D007CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007CE; }

 p { color: rgb(208,7,206); }

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

background-color css

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

 a { background-color: rgb(208,7,206); }

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

border-color css

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

 span { border-color: rgb(208,7,206); }

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