Html Css Color HEX #D003C0 Deep Magenta

📋 copy color: '#D003C0'

red 208 ◦ green 3 ◦ blue 192

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

Shades of Deep Magenta #D003C0

Tints of Deep Magenta #D003C0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 51.61%
G = 0.74%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D003C0 (or 0xD003C0) is known color: Deep Magenta. HEX triplet: D0, 03 and C0. RGB value is (208,3,192). Sum of RGB (Red+Green+Blue) = 208+3+192=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D003C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003C0 is #2FFC3F. Grayscale: #555555. Windows color (decimal): -3144768 or 12583888. OLE color: 12583888.

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

Color convert

RGB 208 3 192 -
CMYK 0 0.99 0.08 0.18
HSL 304.68º 0.97% 0.41% -
HSV(B) 304.68º 0.99% 0.82% -
XYZ 35.56 17.28 51.33 -
YUV 85.84 187.92 215.13 -
System Red Green Blue C M Y K H S L
Decimal 208 3 192 0 0.99 0.08 0.18 304.68 0.97 0.41
Hex D0 3 C0 0 63 8 12 131 61 29
Octal 320 3 300 0 143 10 22 461 141 51
Binary 11010000 11 11000000 0 1100011 1000 10010 100110001 1100001 101001

Color Harmonies of #D003C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003C0

Black with #D003C0

Text Example


Text Example

White with #D003C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003C0; }

 p { color: rgb(208,3,192); }

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

background-color css

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

 a { background-color: rgb(208,3,192); }

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

border-color css

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

 span { border-color: rgb(208,3,192); }

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