Html Css Color HEX #DD77AB Pale Violet Red

📋 copy color: '#DD77AB'

red 221 ◦ green 119 ◦ blue 171

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

Shades of Pale Violet Red #DD77AB

Tints of Pale Violet Red #DD77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 43.25%
G = 23.29%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD77AB (or 0xDD77AB) is known color: Pale Violet Red. HEX triplet: DD, 77 and AB. RGB value is (221,119,171). Sum of RGB (Red+Green+Blue) = 221+119+171=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AB is #228854. Grayscale: #9B9B9B. Windows color (decimal): -2263125 or 11237341. OLE color: 11237341.

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

Color convert

RGB 221 119 171 -
CMYK 0 0.46 0.23 0.13
HSL 329.41º 0.6% 0.67% -
HSV(B) 329.41º 0.46% 0.87% -
XYZ 43.77 31.51 42.3 -
YUV 155.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 221 119 171 0 0.46 0.23 0.13 329.41 0.6 0.67
Hex DD 77 AB 0 2E 17 D 149 3C 43
Octal 335 167 253 0 56 27 15 511 74 103
Binary 11011101 1110111 10101011 0 101110 10111 1101 101001001 111100 1000011

Color Harmonies of #DD77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77AB

Black with #DD77AB

Text Example


Text Example

White with #DD77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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