Html Css Color HEX #DD1693 Medium Violet Red

📋 copy color: '#DD1693'

red 221 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #DD1693

Tints of Medium Violet Red #DD1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.64%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 56.67%
G = 5.64%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD1693 (or 0xDD1693) is known color: Medium Violet Red. HEX triplet: DD, 16 and 93. RGB value is (221,22,147). Sum of RGB (Red+Green+Blue) = 221+22+147=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1693 is #22E96C. Grayscale: #5F5F5F. Windows color (decimal): -2287981 or 9639645. OLE color: 9639645.

HSL color Cylindrical-coordinate representation of color #DD1693: hue angle of 322.31º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1693 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 147 -
CMYK 0 0.90 0.33 0.13
HSL 322.31º 0.82% 0.48% -
HSV(B) 322.31º 0.9% 0.87% -
XYZ 35.37 18.05 29.22 -
YUV 95.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 221 22 147 0 0.90 0.33 0.13 322.31 0.82 0.48
Hex DD 16 93 0 5A 21 D 142 52 30
Octal 335 26 223 0 132 41 15 502 122 60
Binary 11011101 10110 10010011 0 1011010 100001 1101 101000010 1010010 110000

Color Harmonies of #DD1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1693

Black with #DD1693

Text Example


Text Example

White with #DD1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1693; }

 p { color: rgb(221,22,147); }

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

background-color css

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

 a { background-color: rgb(221,22,147); }

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

border-color css

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

 span { border-color: rgb(221,22,147); }

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