Html Css Color HEX #DD7791 Pale Violet Red

📋 copy color: '#DD7791'

red 221 ◦ green 119 ◦ blue 145

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

Shades of Pale Violet Red #DD7791

Tints of Pale Violet Red #DD7791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.54%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 45.57%
G = 24.54%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7791 (or 0xDD7791) is known color: Pale Violet Red. HEX triplet: DD, 77 and 91. RGB value is (221,119,145). Sum of RGB (Red+Green+Blue) = 221+119+145=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7791 is #22886E. Grayscale: #989898. Windows color (decimal): -2263151 or 9533405. OLE color: 9533405.

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

Color convert

RGB 221 119 145 -
CMYK 0 0.46 0.34 0.13
HSL 344.71º 0.6% 0.67% -
HSV(B) 344.71º 0.46% 0.87% -
XYZ 41.53 30.61 30.51 -
YUV 152.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 221 119 145 0 0.46 0.34 0.13 344.71 0.6 0.67
Hex DD 77 91 0 2E 22 D 159 3C 43
Octal 335 167 221 0 56 42 15 531 74 103
Binary 11011101 1110111 10010001 0 101110 100010 1101 101011001 111100 1000011

Color Harmonies of #DD7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7791

Black with #DD7791

Text Example


Text Example

White with #DD7791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7791; }

 p { color: rgb(221,119,145); }

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

background-color css

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

 a { background-color: rgb(221,119,145); }

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

border-color css

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

 span { border-color: rgb(221,119,145); }

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