Html Css Color HEX #DD017B Medium Violet Red

📋 copy color: '#DD017B'

red 221 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #DD017B

Tints of Medium Violet Red #DD017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 64.06%
G = 0.29%
B = 35.65%

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

#DD017B (or 0xDD017B) is known color: Medium Violet Red. HEX triplet: DD, 01 and 7B. RGB value is (221,1,123). Sum of RGB (Red+Green+Blue) = 221+1+123=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD017B is #22FE84. Grayscale: #505050. Windows color (decimal): -2293381 or 8061405. OLE color: 8061405.

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

Color convert

RGB 221 1 123 -
CMYK 0 1.00 0.44 0.13
HSL 326.73º 0.99% 0.44% -
HSV(B) 326.73º 1% 0.87% -
XYZ 33.4 16.82 20.23 -
YUV 80.69 151.89 228.08 -
System Red Green Blue C M Y K H S L
Decimal 221 1 123 0 1.00 0.44 0.13 326.73 0.99 0.44
Hex DD 1 7B 0 64 2C D 147 63 2C
Octal 335 1 173 0 144 54 15 507 143 54
Binary 11011101 1 1111011 0 1100100 101100 1101 101000111 1100011 101100

Color Harmonies of #DD017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD017B

Black with #DD017B

Text Example


Text Example

White with #DD017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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