Html Css Color HEX #D119CD Deep Magenta

📋 copy color: '#D119CD'

red 209 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #D119CD

Tints of Deep Magenta #D119CD

RGB

 RED value IS 209 (82.03% from 255) = 47.61%

 GREEN value IS 25 (10.16% from 255) = 5.69%

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

R = 47.61%
G = 5.69%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D119CD (or 0xD119CD) is known color: Deep Magenta. HEX triplet: D1, 19 and CD. RGB value is (209,25,205). Sum of RGB (Red+Green+Blue) = 209+25+205=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D119CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119CD is #2EE632. Grayscale: #636363. Windows color (decimal): -3073587 or 13441489. OLE color: 13441489.

HSL color Cylindrical-coordinate representation of color #D119CD: hue angle of 301.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D119CD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 205 -
CMYK 0 0.88 0.02 0.18
HSL 301.3º 0.79% 0.46% -
HSV(B) 301.3º 0.88% 0.82% -
XYZ 37.66 18.66 59.37 -
YUV 100.54 186.96 205.36 -
System Red Green Blue C M Y K H S L
Decimal 209 25 205 0 0.88 0.02 0.18 301.3 0.79 0.46
Hex D1 19 CD 0 58 2 12 12D 4F 2E
Octal 321 31 315 0 130 2 22 455 117 56
Binary 11010001 11001 11001101 0 1011000 10 10010 100101101 1001111 101110

Color Harmonies of #D119CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119CD

Black with #D119CD

Text Example


Text Example

White with #D119CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119CD; }

 p { color: rgb(209,25,205); }

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

background-color css

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

 a { background-color: rgb(209,25,205); }

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

border-color css

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

 span { border-color: rgb(209,25,205); }

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