Html Css Color HEX #D007CF Deep Magenta

📋 copy color: '#D007CF'

red 208 ◦ green 7 ◦ blue 207

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

Shades of Deep Magenta #D007CF

Tints of Deep Magenta #D007CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 49.29%
G = 1.66%
B = 49.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D007CF (or 0xD007CF) is known color: Deep Magenta. HEX triplet: D0, 07 and CF. RGB value is (208,7,207). Sum of RGB (Red+Green+Blue) = 208+7+207=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D007CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007CF is #2FF830. Grayscale: #595959. Windows color (decimal): -3143729 or 13567952. OLE color: 13567952.

HSL color Cylindrical-coordinate representation of color #D007CF: hue angle of 300.3º 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 #D007CF is Cyan = 0, Magento = 0.97, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 207 -
CMYK 0 0.97 0.00 0.18
HSL 300.3º 0.93% 0.42% -
HSV(B) 300.3º 0.97% 0.82% -
XYZ 37.35 18.07 60.55 -
YUV 89.9 194.09 212.24 -
System Red Green Blue C M Y K H S L
Decimal 208 7 207 0 0.97 0.00 0.18 300.3 0.93 0.42
Hex D0 7 CF 0 61 0 12 12C 5D 2A
Octal 320 7 317 0 141 0 22 454 135 52
Binary 11010000 111 11001111 0 1100001 0 10010 100101100 1011101 101010

Color Harmonies of #D007CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D007CF

Black with #D007CF

Text Example


Text Example

White with #D007CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D007CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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