Html Css Color HEX #DD108F Medium Violet Red

📋 copy color: '#DD108F'

red 221 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #DD108F

Tints of Medium Violet Red #DD108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 58.16%
G = 4.21%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD108F (or 0xDD108F) is known color: Medium Violet Red. HEX triplet: DD, 10 and 8F. RGB value is (221,16,143). Sum of RGB (Red+Green+Blue) = 221+16+143=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD108F is #22EF70. Grayscale: #5B5B5B. Windows color (decimal): -2289521 or 9375965. OLE color: 9375965.

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

Color convert

RGB 221 16 143 -
CMYK 0 0.93 0.35 0.13
HSL 322.83º 0.86% 0.46% -
HSV(B) 322.83º 0.93% 0.87% -
XYZ 34.96 17.73 27.57 -
YUV 91.77 156.92 220.17 -
System Red Green Blue C M Y K H S L
Decimal 221 16 143 0 0.93 0.35 0.13 322.83 0.86 0.46
Hex DD 10 8F 0 5D 23 D 143 56 2E
Octal 335 20 217 0 135 43 15 503 126 56
Binary 11011101 10000 10001111 0 1011101 100011 1101 101000011 1010110 101110

Color Harmonies of #DD108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD108F

Black with #DD108F

Text Example


Text Example

White with #DD108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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