Html Css Color HEX #DD1281 Medium Violet Red

📋 copy color: '#DD1281'

red 221 ◦ green 18 ◦ blue 129

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

Shades of Medium Violet Red #DD1281

Tints of Medium Violet Red #DD1281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 60.05%
G = 4.89%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD1281 (or 0xDD1281) is known color: Medium Violet Red. HEX triplet: DD, 12 and 81. RGB value is (221,18,129). Sum of RGB (Red+Green+Blue) = 221+18+129=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1281 is #22ED7E. Grayscale: #5B5B5B. Windows color (decimal): -2289023 or 8458973. OLE color: 8458973.

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

Color convert

RGB 221 18 129 -
CMYK 0 0.92 0.42 0.13
HSL 327.19º 0.85% 0.47% -
HSV(B) 327.19º 0.92% 0.87% -
XYZ 34 17.39 22.33 -
YUV 91.35 149.25 220.47 -
System Red Green Blue C M Y K H S L
Decimal 221 18 129 0 0.92 0.42 0.13 327.19 0.85 0.47
Hex DD 12 81 0 5C 2A D 147 55 2F
Octal 335 22 201 0 134 52 15 507 125 57
Binary 11011101 10010 10000001 0 1011100 101010 1101 101000111 1010101 101111

Color Harmonies of #DD1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1281

Black with #DD1281

Text Example


Text Example

White with #DD1281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1281; }

 p { color: rgb(221,18,129); }

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

background-color css

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

 a { background-color: rgb(221,18,129); }

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

border-color css

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

 span { border-color: rgb(221,18,129); }

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