Html Css Color HEX #D119CA Deep Magenta

📋 copy color: '#D119CA'

red 209 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #D119CA

Tints of Deep Magenta #D119CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 47.94%
G = 5.73%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D119CA (or 0xD119CA) is known color: Deep Magenta. HEX triplet: D1, 19 and CA. RGB value is (209,25,202). Sum of RGB (Red+Green+Blue) = 209+25+202=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D119CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119CA is #2EE635. Grayscale: #636363. Windows color (decimal): -3073590 or 13244881. OLE color: 13244881.

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

Color convert

RGB 209 25 202 -
CMYK 0 0.88 0.03 0.18
HSL 302.28º 0.79% 0.46% -
HSV(B) 302.28º 0.88% 0.82% -
XYZ 37.3 18.51 57.48 -
YUV 100.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 209 25 202 0 0.88 0.03 0.18 302.28 0.79 0.46
Hex D1 19 CA 0 58 3 12 12E 4F 2E
Octal 321 31 312 0 130 3 22 456 117 56
Binary 11010001 11001 11001010 0 1011000 11 10010 100101110 1001111 101110

Color Harmonies of #D119CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119CA

Black with #D119CA

Text Example


Text Example

White with #D119CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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