Html Css Color HEX #DD1285 Medium Violet Red

📋 copy color: '#DD1285'

red 221 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #DD1285

Tints of Medium Violet Red #DD1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 59.41%
G = 4.84%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD1285 (or 0xDD1285) is known color: Medium Violet Red. HEX triplet: DD, 12 and 85. RGB value is (221,18,133). Sum of RGB (Red+Green+Blue) = 221+18+133=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1285 is #22ED7A. Grayscale: #5B5B5B. Windows color (decimal): -2289019 or 8721117. OLE color: 8721117.

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

Color convert

RGB 221 18 133 -
CMYK 0 0.92 0.40 0.13
HSL 326.01º 0.85% 0.47% -
HSV(B) 326.01º 0.92% 0.87% -
XYZ 34.27 17.5 23.76 -
YUV 91.81 151.25 220.15 -
System Red Green Blue C M Y K H S L
Decimal 221 18 133 0 0.92 0.40 0.13 326.01 0.85 0.47
Hex DD 12 85 0 5C 28 D 146 55 2F
Octal 335 22 205 0 134 50 15 506 125 57
Binary 11011101 10010 10000101 0 1011100 101000 1101 101000110 1010101 101111

Color Harmonies of #DD1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1285

Black with #DD1285

Text Example


Text Example

White with #DD1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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