Html Css Color HEX #D114CF Deep Magenta

📋 copy color: '#D114CF'

red 209 ◦ green 20 ◦ blue 207

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

Shades of Deep Magenta #D114CF

Tints of Deep Magenta #D114CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 47.94%
G = 4.59%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D114CF (or 0xD114CF) is known color: Deep Magenta. HEX triplet: D1, 14 and CF. RGB value is (209,20,207). Sum of RGB (Red+Green+Blue) = 209+20+207=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D114CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114CF is #2EEB30. Grayscale: #616161. Windows color (decimal): -3074865 or 13571281. OLE color: 13571281.

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

Color convert

RGB 209 20 207 -
CMYK 0 0.90 0.01 0.18
HSL 300.63º 0.83% 0.45% -
HSV(B) 300.63º 0.9% 0.82% -
XYZ 37.81 18.56 60.62 -
YUV 97.83 189.62 207.29 -
System Red Green Blue C M Y K H S L
Decimal 209 20 207 0 0.90 0.01 0.18 300.63 0.83 0.45
Hex D1 14 CF 0 5A 1 12 12D 53 2D
Octal 321 24 317 0 132 1 22 455 123 55
Binary 11010001 10100 11001111 0 1011010 1 10010 100101101 1010011 101101

Color Harmonies of #D114CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114CF

Black with #D114CF

Text Example


Text Example

White with #D114CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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