Html Css Color HEX #DD1C9D Medium Violet Red

📋 copy color: '#DD1C9D'

red 221 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #DD1C9D

Tints of Medium Violet Red #DD1C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 54.43%
G = 6.9%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD1C9D (or 0xDD1C9D) is known color: Medium Violet Red. HEX triplet: DD, 1C and 9D. RGB value is (221,28,157). Sum of RGB (Red+Green+Blue) = 221+28+157=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1C9D is #22E362. Grayscale: #646464. Windows color (decimal): -2286435 or 10296541. OLE color: 10296541.

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

Color convert

RGB 221 28 157 -
CMYK 0 0.87 0.29 0.13
HSL 319.9º 0.78% 0.49% -
HSV(B) 319.9º 0.87% 0.87% -
XYZ 36.32 18.64 33.58 -
YUV 100.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 221 28 157 0 0.87 0.29 0.13 319.9 0.78 0.49
Hex DD 1C 9D 0 57 1D D 140 4E 31
Octal 335 34 235 0 127 35 15 500 116 61
Binary 11011101 11100 10011101 0 1010111 11101 1101 101000000 1001110 110001

Color Harmonies of #DD1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C9D

Black with #DD1C9D

Text Example


Text Example

White with #DD1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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