Html Css Color HEX #DD1A8A Medium Violet Red

📋 copy color: '#DD1A8A'

red 221 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #DD1A8A

Tints of Medium Violet Red #DD1A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.75%

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

R = 57.4%
G = 6.75%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD1A8A (or 0xDD1A8A) is known color: Medium Violet Red. HEX triplet: DD, 1A and 8A. RGB value is (221,26,138). Sum of RGB (Red+Green+Blue) = 221+26+138=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1A8A is #22E575. Grayscale: #606060. Windows color (decimal): -2286966 or 9050845. OLE color: 9050845.

HSL color Cylindrical-coordinate representation of color #DD1A8A: hue angle of 325.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A8A is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 138 -
CMYK 0 0.88 0.38 0.13
HSL 325.54º 0.79% 0.48% -
HSV(B) 325.54º 0.88% 0.87% -
XYZ 34.78 17.95 25.68 -
YUV 97.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 221 26 138 0 0.88 0.38 0.13 325.54 0.79 0.48
Hex DD 1A 8A 0 58 26 D 146 4F 30
Octal 335 32 212 0 130 46 15 506 117 60
Binary 11011101 11010 10001010 0 1011000 100110 1101 101000110 1001111 110000

Color Harmonies of #DD1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A8A

Black with #DD1A8A

Text Example


Text Example

White with #DD1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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