Html Css Color HEX #DD149A Medium Violet Red

📋 copy color: '#DD149A'

red 221 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #DD149A

Tints of Medium Violet Red #DD149A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 55.95%
G = 5.06%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD149A (or 0xDD149A) is known color: Medium Violet Red. HEX triplet: DD, 14 and 9A. RGB value is (221,20,154). Sum of RGB (Red+Green+Blue) = 221+20+154=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD149A is #22EB65. Grayscale: #5F5F5F. Windows color (decimal): -2288486 or 10097885. OLE color: 10097885.

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

Color convert

RGB 221 20 154 -
CMYK 0 0.91 0.30 0.13
HSL 320º 0.83% 0.47% -
HSV(B) 320º 0.91% 0.87% -
XYZ 35.9 18.21 32.19 -
YUV 95.38 161.09 217.6 -
System Red Green Blue C M Y K H S L
Decimal 221 20 154 0 0.91 0.30 0.13 320 0.83 0.47
Hex DD 14 9A 0 5B 1E D 140 53 2F
Octal 335 24 232 0 133 36 15 500 123 57
Binary 11011101 10100 10011010 0 1011011 11110 1101 101000000 1010011 101111

Color Harmonies of #DD149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD149A

Black with #DD149A

Text Example


Text Example

White with #DD149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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