Html Css Color HEX #DD017D Medium Violet Red

📋 copy color: '#DD017D'

red 221 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #DD017D

Tints of Medium Violet Red #DD017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 63.69%
G = 0.29%
B = 36.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD017D (or 0xDD017D) is known color: Medium Violet Red. HEX triplet: DD, 01 and 7D. RGB value is (221,1,125). Sum of RGB (Red+Green+Blue) = 221+1+125=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD017D is #22FE82. Grayscale: #505050. Windows color (decimal): -2293379 or 8192477. OLE color: 8192477.

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

Color convert

RGB 221 1 125 -
CMYK 0 1.00 0.43 0.13
HSL 326.18º 0.99% 0.44% -
HSV(B) 326.18º 1% 0.87% -
XYZ 33.53 16.87 20.89 -
YUV 80.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 221 1 125 0 1.00 0.43 0.13 326.18 0.99 0.44
Hex DD 1 7D 0 64 2B D 146 63 2C
Octal 335 1 175 0 144 53 15 506 143 54
Binary 11011101 1 1111101 0 1100100 101011 1101 101000110 1100011 101100

Color Harmonies of #DD017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD017D

Black with #DD017D

Text Example


Text Example

White with #DD017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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