Html Css Color HEX #DD7B99 Pale Violet Red

📋 copy color: '#DD7B99'

red 221 ◦ green 123 ◦ blue 153

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

Shades of Pale Violet Red #DD7B99

Tints of Pale Violet Red #DD7B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.75%

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

R = 44.47%
G = 24.75%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD7B99 (or 0xDD7B99) is known color: Pale Violet Red. HEX triplet: DD, 7B and 99. RGB value is (221,123,153). Sum of RGB (Red+Green+Blue) = 221+123+153=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B99 is #228466. Grayscale: #9B9B9B. Windows color (decimal): -2262119 or 10058717. OLE color: 10058717.

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

Color convert

RGB 221 123 153 -
CMYK 0 0.44 0.31 0.13
HSL 341.63º 0.59% 0.67% -
HSV(B) 341.63º 0.44% 0.87% -
XYZ 42.65 31.84 34.03 -
YUV 155.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 221 123 153 0 0.44 0.31 0.13 341.63 0.59 0.67
Hex DD 7B 99 0 2C 1F D 156 3B 43
Octal 335 173 231 0 54 37 15 526 73 103
Binary 11011101 1111011 10011001 0 101100 11111 1101 101010110 111011 1000011

Color Harmonies of #DD7B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B99

Black with #DD7B99

Text Example


Text Example

White with #DD7B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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