Html Css Color HEX #DD769D Pale Violet Red

📋 copy color: '#DD769D'

red 221 ◦ green 118 ◦ blue 157

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

Shades of Pale Violet Red #DD769D

Tints of Pale Violet Red #DD769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.79%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 44.56%
G = 23.79%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD769D (or 0xDD769D) is known color: Pale Violet Red. HEX triplet: DD, 76 and 9D. RGB value is (221,118,157). Sum of RGB (Red+Green+Blue) = 221+118+157=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769D is #228962. Grayscale: #999999. Windows color (decimal): -2263395 or 10319581. OLE color: 10319581.

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

Color convert

RGB 221 118 157 -
CMYK 0 0.47 0.29 0.13
HSL 337.28º 0.6% 0.66% -
HSV(B) 337.28º 0.47% 0.87% -
XYZ 42.38 30.76 35.6 -
YUV 153.24 130.12 176.33 -
System Red Green Blue C M Y K H S L
Decimal 221 118 157 0 0.47 0.29 0.13 337.28 0.6 0.66
Hex DD 76 9D 0 2F 1D D 151 3C 42
Octal 335 166 235 0 57 35 15 521 74 102
Binary 11011101 1110110 10011101 0 101111 11101 1101 101010001 111100 1000010

Color Harmonies of #DD769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD769D

Black with #DD769D

Text Example


Text Example

White with #DD769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD769D; }

 p { color: rgb(221,118,157); }

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

background-color css

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

 a { background-color: rgb(221,118,157); }

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

border-color css

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

 span { border-color: rgb(221,118,157); }

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