Html Css Color HEX #DD7899 Pale Violet Red

📋 copy color: '#DD7899'

red 221 ◦ green 120 ◦ blue 153

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

Shades of Pale Violet Red #DD7899

Tints of Pale Violet Red #DD7899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.29%

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

R = 44.74%
G = 24.29%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7899 (or 0xDD7899) is known color: Pale Violet Red. HEX triplet: DD, 78 and 99. RGB value is (221,120,153). Sum of RGB (Red+Green+Blue) = 221+120+153=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7899 is #228766. Grayscale: #999999. Windows color (decimal): -2262887 or 10057949. OLE color: 10057949.

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

Color convert

RGB 221 120 153 -
CMYK 0 0.46 0.31 0.13
HSL 340.4º 0.6% 0.67% -
HSV(B) 340.4º 0.46% 0.87% -
XYZ 42.29 31.11 33.91 -
YUV 153.96 127.46 175.82 -
System Red Green Blue C M Y K H S L
Decimal 221 120 153 0 0.46 0.31 0.13 340.4 0.6 0.67
Hex DD 78 99 0 2E 1F D 154 3C 43
Octal 335 170 231 0 56 37 15 524 74 103
Binary 11011101 1111000 10011001 0 101110 11111 1101 101010100 111100 1000011

Color Harmonies of #DD7899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7899

Black with #DD7899

Text Example


Text Example

White with #DD7899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7899; }

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

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

background-color css

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

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

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

border-color css

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

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

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