Html Css Color HEX #DD159A Medium Violet Red

📋 copy color: '#DD159A'

red 221 ◦ green 21 ◦ blue 154

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

Shades of Medium Violet Red #DD159A

Tints of Medium Violet Red #DD159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 55.81%
G = 5.3%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD159A (or 0xDD159A) is known color: Medium Violet Red. HEX triplet: DD, 15 and 9A. RGB value is (221,21,154). Sum of RGB (Red+Green+Blue) = 221+21+154=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD159A is #22EA65. Grayscale: #5F5F5F. Windows color (decimal): -2288230 or 10098141. OLE color: 10098141.

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

Color convert

RGB 221 21 154 -
CMYK 0 0.90 0.30 0.13
HSL 320.1º 0.83% 0.47% -
HSV(B) 320.1º 0.9% 0.87% -
XYZ 35.92 18.24 32.2 -
YUV 95.96 160.76 217.19 -
System Red Green Blue C M Y K H S L
Decimal 221 21 154 0 0.90 0.30 0.13 320.1 0.83 0.47
Hex DD 15 9A 0 5A 1E D 140 53 2F
Octal 335 25 232 0 132 36 15 500 123 57
Binary 11011101 10101 10011010 0 1011010 11110 1101 101000000 1010011 101111

Color Harmonies of #DD159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD159A

Black with #DD159A

Text Example


Text Example

White with #DD159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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