Html Css Color HEX #DD107D Medium Violet Red

📋 copy color: '#DD107D'

red 221 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #DD107D

Tints of Medium Violet Red #DD107D

RGB

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

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

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

R = 61.05%
G = 4.42%
B = 34.53%

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

#DD107D (or 0xDD107D) is known color: Medium Violet Red. HEX triplet: DD, 10 and 7D. RGB value is (221,16,125). Sum of RGB (Red+Green+Blue) = 221+16+125=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD107D is #22EF82. Grayscale: #595959. Windows color (decimal): -2289539 or 8196317. OLE color: 8196317.

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

Color convert

RGB 221 16 125 -
CMYK 0 0.93 0.43 0.13
HSL 328.1º 0.86% 0.46% -
HSV(B) 328.1º 0.93% 0.87% -
XYZ 33.71 17.22 20.95 -
YUV 89.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 221 16 125 0 0.93 0.43 0.13 328.1 0.86 0.46
Hex DD 10 7D 0 5D 2B D 148 56 2E
Octal 335 20 175 0 135 53 15 510 126 56
Binary 11011101 10000 1111101 0 1011101 101011 1101 101001000 1010110 101110

Color Harmonies of #DD107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD107D

Black with #DD107D

Text Example


Text Example

White with #DD107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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