Html Css Color HEX #DD127C Medium Violet Red

📋 copy color: '#DD127C'

red 221 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #DD127C

Tints of Medium Violet Red #DD127C

RGB

 RED value IS 221 (86.72% from 255) = 60.88%

 GREEN value IS 18 (7.42% from 255) = 4.96%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 60.88%
G = 4.96%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD127C (or 0xDD127C) is known color: Medium Violet Red. HEX triplet: DD, 12 and 7C. RGB value is (221,18,124). Sum of RGB (Red+Green+Blue) = 221+18+124=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD127C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD127C is #22ED83. Grayscale: #5A5A5A. Windows color (decimal): -2289028 or 8131293. OLE color: 8131293.

HSL color Cylindrical-coordinate representation of color #DD127C: hue angle of 328.67º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD127C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 124 -
CMYK 0 0.92 0.44 0.13
HSL 328.67º 0.85% 0.47% -
HSV(B) 328.67º 0.92% 0.87% -
XYZ 33.67 17.26 20.63 -
YUV 90.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 221 18 124 0 0.92 0.44 0.13 328.67 0.85 0.47
Hex DD 12 7C 0 5C 2C D 149 55 2F
Octal 335 22 174 0 134 54 15 511 125 57
Binary 11011101 10010 1111100 0 1011100 101100 1101 101001001 1010101 101111

Color Harmonies of #DD127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD127C

Black with #DD127C

Text Example


Text Example

White with #DD127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD127C; }

 p { color: rgb(221,18,124); }

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

background-color css

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

 a { background-color: rgb(221,18,124); }

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

border-color css

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

 span { border-color: rgb(221,18,124); }

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