Html Css Color HEX #DD7399 Pale Violet Red

📋 copy color: '#DD7399'

red 221 ◦ green 115 ◦ blue 153

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

Shades of Pale Violet Red #DD7399

Tints of Pale Violet Red #DD7399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 45.19%
G = 23.52%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7399 (or 0xDD7399) is known color: Pale Violet Red. HEX triplet: DD, 73 and 99. RGB value is (221,115,153). Sum of RGB (Red+Green+Blue) = 221+115+153=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7399 is #228C66. Grayscale: #969696. Windows color (decimal): -2264167 or 10056669. OLE color: 10056669.

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

Color convert

RGB 221 115 153 -
CMYK 0 0.48 0.31 0.13
HSL 338.49º 0.61% 0.66% -
HSV(B) 338.49º 0.48% 0.87% -
XYZ 41.7 29.93 33.72 -
YUV 151.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 221 115 153 0 0.48 0.31 0.13 338.49 0.61 0.66
Hex DD 73 99 0 30 1F D 152 3D 42
Octal 335 163 231 0 60 37 15 522 75 102
Binary 11011101 1110011 10011001 0 110000 11111 1101 101010010 111101 1000010

Color Harmonies of #DD7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7399

Black with #DD7399

Text Example


Text Example

White with #DD7399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7399; }

 p { color: rgb(221,115,153); }

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

background-color css

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

 a { background-color: rgb(221,115,153); }

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

border-color css

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

 span { border-color: rgb(221,115,153); }

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