Html Css Color HEX #DD107F Medium Violet Red

📋 copy color: '#DD107F'

red 221 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #DD107F

Tints of Medium Violet Red #DD107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 127 (50% from 255) = 34.89%

R = 60.71%
G = 4.4%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD107F (or 0xDD107F) is known color: Medium Violet Red. HEX triplet: DD, 10 and 7F. RGB value is (221,16,127). Sum of RGB (Red+Green+Blue) = 221+16+127=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD107F is #22EF80. Grayscale: #595959. Windows color (decimal): -2289537 or 8327389. OLE color: 8327389.

HSL color Cylindrical-coordinate representation of color #DD107F: hue angle of 327.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD107F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 127 -
CMYK 0 0.93 0.43 0.13
HSL 327.51º 0.86% 0.46% -
HSV(B) 327.51º 0.93% 0.87% -
XYZ 33.83 17.28 21.63 -
YUV 89.95 148.92 221.47 -
System Red Green Blue C M Y K H S L
Decimal 221 16 127 0 0.93 0.43 0.13 327.51 0.86 0.46
Hex DD 10 7F 0 5D 2B D 148 56 2E
Octal 335 20 177 0 135 53 15 510 126 56
Binary 11011101 10000 1111111 0 1011101 101011 1101 101001000 1010110 101110

Color Harmonies of #DD107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD107F

Black with #DD107F

Text Example


Text Example

White with #DD107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD107F; }

 p { color: rgb(221,16,127); }

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

background-color css

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

 a { background-color: rgb(221,16,127); }

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

border-color css

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

 span { border-color: rgb(221,16,127); }

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