Html Css Color HEX #DD017C Medium Violet Red

📋 copy color: '#DD017C'

red 221 ◦ green 1 ◦ blue 124

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

Shades of Medium Violet Red #DD017C

Tints of Medium Violet Red #DD017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 63.87%
G = 0.29%
B = 35.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD017C (or 0xDD017C) is known color: Medium Violet Red. HEX triplet: DD, 01 and 7C. RGB value is (221,1,124). Sum of RGB (Red+Green+Blue) = 221+1+124=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD017C is #22FE83. Grayscale: #505050. Windows color (decimal): -2293380 or 8126941. OLE color: 8126941.

HSL color Cylindrical-coordinate representation of color #DD017C: hue angle of 326.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD017C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 124 -
CMYK 0 1.00 0.44 0.13
HSL 326.45º 0.99% 0.44% -
HSV(B) 326.45º 1% 0.87% -
XYZ 33.47 16.85 20.56 -
YUV 80.8 152.39 228 -
System Red Green Blue C M Y K H S L
Decimal 221 1 124 0 1.00 0.44 0.13 326.45 0.99 0.44
Hex DD 1 7C 0 64 2C D 146 63 2C
Octal 335 1 174 0 144 54 15 506 143 54
Binary 11011101 1 1111100 0 1100100 101100 1101 101000110 1100011 101100

Color Harmonies of #DD017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD017C

Black with #DD017C

Text Example


Text Example

White with #DD017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD017C; }

 p { color: rgb(221,1,124); }

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

background-color css

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

 a { background-color: rgb(221,1,124); }

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

border-color css

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

 span { border-color: rgb(221,1,124); }

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