Html Css Color HEX #DD117B Medium Violet Red

📋 copy color: '#DD117B'

red 221 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #DD117B

Tints of Medium Violet Red #DD117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

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

R = 61.22%
G = 4.71%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD117B (or 0xDD117B) is known color: Medium Violet Red. HEX triplet: DD, 11 and 7B. RGB value is (221,17,123). Sum of RGB (Red+Green+Blue) = 221+17+123=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD117B is #22EE84. Grayscale: #595959. Windows color (decimal): -2289285 or 8065501. OLE color: 8065501.

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

Color convert

RGB 221 17 123 -
CMYK 0 0.92 0.44 0.13
HSL 328.82º 0.86% 0.47% -
HSV(B) 328.82º 0.92% 0.87% -
XYZ 33.59 17.2 20.29 -
YUV 90.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 221 17 123 0 0.92 0.44 0.13 328.82 0.86 0.47
Hex DD 11 7B 0 5C 2C D 149 56 2F
Octal 335 21 173 0 134 54 15 511 126 57
Binary 11011101 10001 1111011 0 1011100 101100 1101 101001001 1010110 101111

Color Harmonies of #DD117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD117B

Black with #DD117B

Text Example


Text Example

White with #DD117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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