Html Css Color HEX #DD147B Medium Violet Red

📋 copy color: '#DD147B'

red 221 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #DD147B

Tints of Medium Violet Red #DD147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.49%

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

R = 60.71%
G = 5.49%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD147B (or 0xDD147B) is known color: Medium Violet Red. HEX triplet: DD, 14 and 7B. RGB value is (221,20,123). Sum of RGB (Red+Green+Blue) = 221+20+123=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD147B is #22EB84. Grayscale: #5B5B5B. Windows color (decimal): -2288517 or 8066269. OLE color: 8066269.

HSL color Cylindrical-coordinate representation of color #DD147B: hue angle of 329.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD147B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 123 -
CMYK 0 0.91 0.44 0.13
HSL 329.25º 0.83% 0.47% -
HSV(B) 329.25º 0.91% 0.87% -
XYZ 33.64 17.3 20.31 -
YUV 91.84 145.59 220.12 -
System Red Green Blue C M Y K H S L
Decimal 221 20 123 0 0.91 0.44 0.13 329.25 0.83 0.47
Hex DD 14 7B 0 5B 2C D 149 53 2F
Octal 335 24 173 0 133 54 15 511 123 57
Binary 11011101 10100 1111011 0 1011011 101100 1101 101001001 1010011 101111

Color Harmonies of #DD147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD147B

Black with #DD147B

Text Example


Text Example

White with #DD147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD147B; }

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

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

background-color css

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

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

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

border-color css

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

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

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