Html Css Color HEX #DD127A Medium Violet Red

📋 copy color: '#DD127A'

red 221 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #DD127A

Tints of Medium Violet Red #DD127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 61.22%
G = 4.99%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD127A (or 0xDD127A) is known color: Medium Violet Red. HEX triplet: DD, 12 and 7A. RGB value is (221,18,122). Sum of RGB (Red+Green+Blue) = 221+18+122=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD127A is #22ED85. Grayscale: #5A5A5A. Windows color (decimal): -2289030 or 8000221. OLE color: 8000221.

HSL color Cylindrical-coordinate representation of color #DD127A: hue angle of 329.26º 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 #DD127A is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 122 -
CMYK 0 0.92 0.45 0.13
HSL 329.26º 0.85% 0.47% -
HSV(B) 329.26º 0.92% 0.87% -
XYZ 33.55 17.21 19.97 -
YUV 90.55 145.75 221.04 -
System Red Green Blue C M Y K H S L
Decimal 221 18 122 0 0.92 0.45 0.13 329.26 0.85 0.47
Hex DD 12 7A 0 5C 2D D 149 55 2F
Octal 335 22 172 0 134 55 15 511 125 57
Binary 11011101 10010 1111010 0 1011100 101101 1101 101001001 1010101 101111

Color Harmonies of #DD127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD127A

Black with #DD127A

Text Example


Text Example

White with #DD127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD127A; }

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

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

background-color css

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

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

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

border-color css

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

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

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