Html Css Color HEX #DD799B Pale Violet Red

📋 copy color: '#DD799B'

red 221 ◦ green 121 ◦ blue 155

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

Shades of Pale Violet Red #DD799B

Tints of Pale Violet Red #DD799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.35%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 44.47%
G = 24.35%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD799B (or 0xDD799B) is known color: Pale Violet Red. HEX triplet: DD, 79 and 9B. RGB value is (221,121,155). Sum of RGB (Red+Green+Blue) = 221+121+155=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD799B is #228664. Grayscale: #9A9A9A. Windows color (decimal): -2262629 or 10189277. OLE color: 10189277.

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

Color convert

RGB 221 121 155 -
CMYK 0 0.45 0.30 0.13
HSL 339.6º 0.6% 0.67% -
HSV(B) 339.6º 0.45% 0.87% -
XYZ 42.57 31.41 34.83 -
YUV 154.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 221 121 155 0 0.45 0.30 0.13 339.6 0.6 0.67
Hex DD 79 9B 0 2D 1E D 154 3C 43
Octal 335 171 233 0 55 36 15 524 74 103
Binary 11011101 1111001 10011011 0 101101 11110 1101 101010100 111100 1000011

Color Harmonies of #DD799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD799B

Black with #DD799B

Text Example


Text Example

White with #DD799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD799B; }

 p { color: rgb(221,121,155); }

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

background-color css

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

 a { background-color: rgb(221,121,155); }

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

border-color css

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

 span { border-color: rgb(221,121,155); }

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