Html Css Color HEX #DD157B Medium Violet Red

📋 copy color: '#DD157B'

red 221 ◦ green 21 ◦ blue 123

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

Shades of Medium Violet Red #DD157B

Tints of Medium Violet Red #DD157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 60.55%
G = 5.75%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD157B (or 0xDD157B) is known color: Medium Violet Red. HEX triplet: DD, 15 and 7B. RGB value is (221,21,123). Sum of RGB (Red+Green+Blue) = 221+21+123=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD157B is #22EA84. Grayscale: #5C5C5C. Windows color (decimal): -2288261 or 8066525. OLE color: 8066525.

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

Color convert

RGB 221 21 123 -
CMYK 0 0.90 0.44 0.13
HSL 329.4º 0.83% 0.47% -
HSV(B) 329.4º 0.9% 0.87% -
XYZ 33.66 17.34 20.31 -
YUV 92.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 221 21 123 0 0.90 0.44 0.13 329.4 0.83 0.47
Hex DD 15 7B 0 5A 2C D 149 53 2F
Octal 335 25 173 0 132 54 15 511 123 57
Binary 11011101 10101 1111011 0 1011010 101100 1101 101001001 1010011 101111

Color Harmonies of #DD157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD157B

Black with #DD157B

Text Example


Text Example

White with #DD157B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD157B; }

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

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

background-color css

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

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

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

border-color css

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

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

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