Html Css Color HEX #DD017A Medium Violet Red

📋 copy color: '#DD017A'

red 221 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #DD017A

Tints of Medium Violet Red #DD017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 64.24%
G = 0.29%
B = 35.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD017A (or 0xDD017A) is known color: Medium Violet Red. HEX triplet: DD, 01 and 7A. RGB value is (221,1,122). Sum of RGB (Red+Green+Blue) = 221+1+122=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD017A is #22FE85. Grayscale: #505050. Windows color (decimal): -2293382 or 7995869. OLE color: 7995869.

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

Color convert

RGB 221 1 122 -
CMYK 0 1.00 0.45 0.13
HSL 327º 0.99% 0.44% -
HSV(B) 327º 1% 0.87% -
XYZ 33.34 16.8 19.9 -
YUV 80.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 221 1 122 0 1.00 0.45 0.13 327 0.99 0.44
Hex DD 1 7A 0 64 2D D 147 63 2C
Octal 335 1 172 0 144 55 15 507 143 54
Binary 11011101 1 1111010 0 1100100 101101 1101 101000111 1100011 101100

Color Harmonies of #DD017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD017A

Black with #DD017A

Text Example


Text Example

White with #DD017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD017A; }

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

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

background-color css

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

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

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

border-color css

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

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

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