Html Css Color HEX #DD769E Pale Violet Red

📋 copy color: '#DD769E'

red 221 ◦ green 118 ◦ blue 158

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

Shades of Pale Violet Red #DD769E

Tints of Pale Violet Red #DD769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 44.47%
G = 23.74%
B = 31.79%

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

#DD769E (or 0xDD769E) is known color: Pale Violet Red. HEX triplet: DD, 76 and 9E. RGB value is (221,118,158). Sum of RGB (Red+Green+Blue) = 221+118+158=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD769E is #228961. Grayscale: #999999. Windows color (decimal): -2263394 or 10385117. OLE color: 10385117.

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

Color convert

RGB 221 118 158 -
CMYK 0 0.47 0.29 0.13
HSL 336.7º 0.6% 0.66% -
HSV(B) 336.7º 0.47% 0.87% -
XYZ 42.47 30.8 36.05 -
YUV 153.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 221 118 158 0 0.47 0.29 0.13 336.7 0.6 0.66
Hex DD 76 9E 0 2F 1D D 151 3C 42
Octal 335 166 236 0 57 35 15 521 74 102
Binary 11011101 1110110 10011110 0 101111 11101 1101 101010001 111100 1000010

Color Harmonies of #DD769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD769E

Black with #DD769E

Text Example


Text Example

White with #DD769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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