Html Css Color HEX #DD137C Medium Violet Red

📋 copy color: '#DD137C'

red 221 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #DD137C

Tints of Medium Violet Red #DD137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.22%

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

R = 60.71%
G = 5.22%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD137C (or 0xDD137C) is known color: Medium Violet Red. HEX triplet: DD, 13 and 7C. RGB value is (221,19,124). Sum of RGB (Red+Green+Blue) = 221+19+124=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD137C is #22EC83. Grayscale: #5B5B5B. Windows color (decimal): -2288772 or 8131549. OLE color: 8131549.

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

Color convert

RGB 221 19 124 -
CMYK 0 0.91 0.44 0.13
HSL 328.81º 0.84% 0.47% -
HSV(B) 328.81º 0.91% 0.87% -
XYZ 33.69 17.29 20.63 -
YUV 91.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 221 19 124 0 0.91 0.44 0.13 328.81 0.84 0.47
Hex DD 13 7C 0 5B 2C D 149 54 2F
Octal 335 23 174 0 133 54 15 511 124 57
Binary 11011101 10011 1111100 0 1011011 101100 1101 101001001 1010100 101111

Color Harmonies of #DD137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD137C

Black with #DD137C

Text Example


Text Example

White with #DD137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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