Html Css Color HEX #DD148A Medium Violet Red

📋 copy color: '#DD148A'

red 221 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #DD148A

Tints of Medium Violet Red #DD148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 58.31%
G = 5.28%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD148A (or 0xDD148A) is known color: Medium Violet Red. HEX triplet: DD, 14 and 8A. RGB value is (221,20,138). Sum of RGB (Red+Green+Blue) = 221+20+138=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD148A is #22EB75. Grayscale: #5D5D5D. Windows color (decimal): -2288502 or 9049309. OLE color: 9049309.

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

Color convert

RGB 221 20 138 -
CMYK 0 0.91 0.38 0.13
HSL 324.78º 0.83% 0.47% -
HSV(B) 324.78º 0.91% 0.87% -
XYZ 34.66 17.71 25.64 -
YUV 93.55 153.09 218.91 -
System Red Green Blue C M Y K H S L
Decimal 221 20 138 0 0.91 0.38 0.13 324.78 0.83 0.47
Hex DD 14 8A 0 5B 26 D 145 53 2F
Octal 335 24 212 0 133 46 15 505 123 57
Binary 11011101 10100 10001010 0 1011011 100110 1101 101000101 1010011 101111

Color Harmonies of #DD148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD148A

Black with #DD148A

Text Example


Text Example

White with #DD148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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