Html Css Color HEX #DD1479 Medium Violet Red

📋 copy color: '#DD1479'

red 221 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #DD1479

Tints of Medium Violet Red #DD1479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 61.05%
G = 5.52%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD1479 (or 0xDD1479) is known color: Medium Violet Red. HEX triplet: DD, 14 and 79. RGB value is (221,20,121). Sum of RGB (Red+Green+Blue) = 221+20+121=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1479 is #22EB86. Grayscale: #5B5B5B. Windows color (decimal): -2288519 or 7935197. OLE color: 7935197.

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

Color convert

RGB 221 20 121 -
CMYK 0 0.91 0.45 0.13
HSL 329.85º 0.83% 0.47% -
HSV(B) 329.85º 0.91% 0.87% -
XYZ 33.52 17.25 19.65 -
YUV 91.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 221 20 121 0 0.91 0.45 0.13 329.85 0.83 0.47
Hex DD 14 79 0 5B 2D D 14A 53 2F
Octal 335 24 171 0 133 55 15 512 123 57
Binary 11011101 10100 1111001 0 1011011 101101 1101 101001010 1010011 101111

Color Harmonies of #DD1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1479

Black with #DD1479

Text Example


Text Example

White with #DD1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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