Html Css Color HEX #D114CD Deep Magenta

📋 copy color: '#D114CD'

red 209 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D114CD

Tints of Deep Magenta #D114CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.61%

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

R = 48.16%
G = 4.61%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D114CD (or 0xD114CD) is known color: Deep Magenta. HEX triplet: D1, 14 and CD. RGB value is (209,20,205). Sum of RGB (Red+Green+Blue) = 209+20+205=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D114CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114CD is #2EEB32. Grayscale: #616161. Windows color (decimal): -3074867 or 13440209. OLE color: 13440209.

HSL color Cylindrical-coordinate representation of color #D114CD: hue angle of 301.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D114CD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 205 -
CMYK 0 0.90 0.02 0.18
HSL 301.27º 0.83% 0.45% -
HSV(B) 301.27º 0.9% 0.82% -
XYZ 37.56 18.46 59.34 -
YUV 97.6 188.62 207.46 -
System Red Green Blue C M Y K H S L
Decimal 209 20 205 0 0.90 0.02 0.18 301.27 0.83 0.45
Hex D1 14 CD 0 5A 2 12 12D 53 2D
Octal 321 24 315 0 132 2 22 455 123 55
Binary 11010001 10100 11001101 0 1011010 10 10010 100101101 1010011 101101

Color Harmonies of #D114CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114CD

Black with #D114CD

Text Example


Text Example

White with #D114CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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