Html Css Color HEX #DD127D Medium Violet Red

📋 copy color: '#DD127D'

red 221 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #DD127D

Tints of Medium Violet Red #DD127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 60.71%
G = 4.95%
B = 34.34%

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

#DD127D (or 0xDD127D) is known color: Medium Violet Red. HEX triplet: DD, 12 and 7D. RGB value is (221,18,125). Sum of RGB (Red+Green+Blue) = 221+18+125=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD127D is #22ED82. Grayscale: #5A5A5A. Windows color (decimal): -2289027 or 8196829. OLE color: 8196829.

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

Color convert

RGB 221 18 125 -
CMYK 0 0.92 0.43 0.13
HSL 328.37º 0.85% 0.47% -
HSV(B) 328.37º 0.92% 0.87% -
XYZ 33.74 17.29 20.96 -
YUV 90.9 147.25 220.8 -
System Red Green Blue C M Y K H S L
Decimal 221 18 125 0 0.92 0.43 0.13 328.37 0.85 0.47
Hex DD 12 7D 0 5C 2B D 148 55 2F
Octal 335 22 175 0 134 53 15 510 125 57
Binary 11011101 10010 1111101 0 1011100 101011 1101 101001000 1010101 101111

Color Harmonies of #DD127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD127D

Black with #DD127D

Text Example


Text Example

White with #DD127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD127D; }

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

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

background-color css

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

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

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

border-color css

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

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

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