Html Css Color HEX #D004CD Deep Magenta

📋 copy color: '#D004CD'

red 208 ◦ green 4 ◦ blue 205

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

Shades of Deep Magenta #D004CD

Tints of Deep Magenta #D004CD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 49.88%
G = 0.96%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D004CD (or 0xD004CD) is known color: Deep Magenta. HEX triplet: D0, 04 and CD. RGB value is (208,4,205). Sum of RGB (Red+Green+Blue) = 208+4+205=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D004CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004CD is #2FFB32. Grayscale: #575757. Windows color (decimal): -3144499 or 13436112. OLE color: 13436112.

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

Color convert

RGB 208 4 205 -
CMYK 0 0.98 0.01 0.18
HSL 300.88º 0.96% 0.42% -
HSV(B) 300.88º 0.98% 0.82% -
XYZ 37.08 17.9 59.26 -
YUV 87.91 194.09 213.66 -
System Red Green Blue C M Y K H S L
Decimal 208 4 205 0 0.98 0.01 0.18 300.88 0.96 0.42
Hex D0 4 CD 0 62 1 12 12D 60 2A
Octal 320 4 315 0 142 1 22 455 140 52
Binary 11010000 100 11001101 0 1100010 1 10010 100101101 1100000 101010

Color Harmonies of #D004CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004CD

Black with #D004CD

Text Example


Text Example

White with #D004CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004CD; }

 p { color: rgb(208,4,205); }

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

background-color css

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

 a { background-color: rgb(208,4,205); }

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

border-color css

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

 span { border-color: rgb(208,4,205); }

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