Html Css Color HEX #D001C7 Deep Magenta

📋 copy color: '#D001C7'

red 208 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #D001C7

Tints of Deep Magenta #D001C7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 50.98%
G = 0.25%
B = 48.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D001C7 (or 0xD001C7) is known color: Deep Magenta. HEX triplet: D0, 01 and C7. RGB value is (208,1,199). Sum of RGB (Red+Green+Blue) = 208+1+199=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D001C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001C7 is #2FFE38. Grayscale: #545454. Windows color (decimal): -3145273 or 13042128. OLE color: 13042128.

HSL color Cylindrical-coordinate representation of color #D001C7: hue angle of 302.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001C7 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 199 -
CMYK 0 1.00 0.04 0.18
HSL 302.61º 0.99% 0.41% -
HSV(B) 302.61º 1% 0.82% -
XYZ 36.33 17.56 55.51 -
YUV 85.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 208 1 199 0 1.00 0.04 0.18 302.61 0.99 0.41
Hex D0 1 C7 0 64 4 12 12F 63 29
Octal 320 1 307 0 144 4 22 457 143 51
Binary 11010000 1 11000111 0 1100100 100 10010 100101111 1100011 101001

Color Harmonies of #D001C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001C7

Black with #D001C7

Text Example


Text Example

White with #D001C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001C7; }

 p { color: rgb(208,1,199); }

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

background-color css

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

 a { background-color: rgb(208,1,199); }

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

border-color css

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

 span { border-color: rgb(208,1,199); }

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