Html Css Color HEX #DD1692 Medium Violet Red

📋 copy color: '#DD1692'

red 221 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #DD1692

Tints of Medium Violet Red #DD1692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 56.81%
G = 5.66%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD1692 (or 0xDD1692) is known color: Medium Violet Red. HEX triplet: DD, 16 and 92. RGB value is (221,22,146). Sum of RGB (Red+Green+Blue) = 221+22+146=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1692 is #22E96D. Grayscale: #5F5F5F. Windows color (decimal): -2287982 or 9574109. OLE color: 9574109.

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

Color convert

RGB 221 22 146 -
CMYK 0 0.90 0.34 0.13
HSL 322.61º 0.82% 0.48% -
HSV(B) 322.61º 0.9% 0.87% -
XYZ 35.29 18.02 28.81 -
YUV 95.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 221 22 146 0 0.90 0.34 0.13 322.61 0.82 0.48
Hex DD 16 92 0 5A 22 D 143 52 30
Octal 335 26 222 0 132 42 15 503 122 60
Binary 11011101 10110 10010010 0 1011010 100010 1101 101000011 1010010 110000

Color Harmonies of #DD1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1692

Black with #DD1692

Text Example


Text Example

White with #DD1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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