Html Css Color HEX #DD127F Medium Violet Red

📋 copy color: '#DD127F'

red 221 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #DD127F

Tints of Medium Violet Red #DD127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 60.38%
G = 4.92%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD127F (or 0xDD127F) is known color: Medium Violet Red. HEX triplet: DD, 12 and 7F. RGB value is (221,18,127). Sum of RGB (Red+Green+Blue) = 221+18+127=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD127F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD127F is #22ED80. Grayscale: #5A5A5A. Windows color (decimal): -2289025 or 8327901. OLE color: 8327901.

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

Color convert

RGB 221 18 127 -
CMYK 0 0.92 0.43 0.13
HSL 327.78º 0.85% 0.47% -
HSV(B) 327.78º 0.92% 0.87% -
XYZ 33.87 17.34 21.64 -
YUV 91.12 148.25 220.64 -
System Red Green Blue C M Y K H S L
Decimal 221 18 127 0 0.92 0.43 0.13 327.78 0.85 0.47
Hex DD 12 7F 0 5C 2B D 148 55 2F
Octal 335 22 177 0 134 53 15 510 125 57
Binary 11011101 10010 1111111 0 1011100 101011 1101 101001000 1010101 101111

Color Harmonies of #DD127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD127F

Black with #DD127F

Text Example


Text Example

White with #DD127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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