Html Css Color HEX #DD1C99 Medium Violet Red

📋 copy color: '#DD1C99'

red 221 ◦ green 28 ◦ blue 153

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

Shades of Medium Violet Red #DD1C99

Tints of Medium Violet Red #DD1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.97%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 54.98%
G = 6.97%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD1C99 (or 0xDD1C99) is known color: Medium Violet Red. HEX triplet: DD, 1C and 99. RGB value is (221,28,153). Sum of RGB (Red+Green+Blue) = 221+28+153=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C99 is #22E366. Grayscale: #636363. Windows color (decimal): -2286439 or 10034397. OLE color: 10034397.

HSL color Cylindrical-coordinate representation of color #DD1C99: hue angle of 321.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C99 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 153 -
CMYK 0 0.87 0.31 0.13
HSL 321.14º 0.78% 0.49% -
HSV(B) 321.14º 0.87% 0.87% -
XYZ 35.98 18.5 31.81 -
YUV 99.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 221 28 153 0 0.87 0.31 0.13 321.14 0.78 0.49
Hex DD 1C 99 0 57 1F D 141 4E 31
Octal 335 34 231 0 127 37 15 501 116 61
Binary 11011101 11100 10011001 0 1010111 11111 1101 101000001 1001110 110001

Color Harmonies of #DD1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C99

Black with #DD1C99

Text Example


Text Example

White with #DD1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C99; }

 p { color: rgb(221,28,153); }

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

background-color css

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

 a { background-color: rgb(221,28,153); }

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

border-color css

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

 span { border-color: rgb(221,28,153); }

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