Html Css Color HEX #DD137B Medium Violet Red

📋 copy color: '#DD137B'

red 221 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #DD137B

Tints of Medium Violet Red #DD137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 60.88%
G = 5.23%
B = 33.88%

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

#DD137B (or 0xDD137B) is known color: Medium Violet Red. HEX triplet: DD, 13 and 7B. RGB value is (221,19,123). Sum of RGB (Red+Green+Blue) = 221+19+123=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD137B is #22EC84. Grayscale: #5B5B5B. Windows color (decimal): -2288773 or 8066013. OLE color: 8066013.

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

Color convert

RGB 221 19 123 -
CMYK 0 0.91 0.44 0.13
HSL 329.11º 0.84% 0.47% -
HSV(B) 329.11º 0.91% 0.87% -
XYZ 33.63 17.27 20.3 -
YUV 91.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 221 19 123 0 0.91 0.44 0.13 329.11 0.84 0.47
Hex DD 13 7B 0 5B 2C D 149 54 2F
Octal 335 23 173 0 133 54 15 511 124 57
Binary 11011101 10011 1111011 0 1011011 101100 1101 101001001 1010100 101111

Color Harmonies of #DD137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD137B

Black with #DD137B

Text Example


Text Example

White with #DD137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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