Html Css Color HEX #DD1897 Medium Violet Red

📋 copy color: '#DD1897'

red 221 ◦ green 24 ◦ blue 151

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

Shades of Medium Violet Red #DD1897

Tints of Medium Violet Red #DD1897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.06%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 55.81%
G = 6.06%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD1897 (or 0xDD1897) is known color: Medium Violet Red. HEX triplet: DD, 18 and 97. RGB value is (221,24,151). Sum of RGB (Red+Green+Blue) = 221+24+151=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1897 is #22E768. Grayscale: #616161. Windows color (decimal): -2287465 or 9902301. OLE color: 9902301.

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

Color convert

RGB 221 24 151 -
CMYK 0 0.89 0.32 0.13
HSL 321.32º 0.8% 0.48% -
HSV(B) 321.32º 0.89% 0.87% -
XYZ 35.73 18.26 30.92 -
YUV 97.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 221 24 151 0 0.89 0.32 0.13 321.32 0.8 0.48
Hex DD 18 97 0 59 20 D 141 50 30
Octal 335 30 227 0 131 40 15 501 120 60
Binary 11011101 11000 10010111 0 1011001 100000 1101 101000001 1010000 110000

Color Harmonies of #DD1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1897

Black with #DD1897

Text Example


Text Example

White with #DD1897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1897; }

 p { color: rgb(221,24,151); }

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

background-color css

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

 a { background-color: rgb(221,24,151); }

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

border-color css

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

 span { border-color: rgb(221,24,151); }

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