Html Css Color HEX #DD7DA6 Pale Violet Red

📋 copy color: '#DD7DA6'

red 221 ◦ green 125 ◦ blue 166

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

Shades of Pale Violet Red #DD7DA6

Tints of Pale Violet Red #DD7DA6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 43.16%
G = 24.41%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD7DA6 (or 0xDD7DA6) is known color: Pale Violet Red. HEX triplet: DD, 7D and A6. RGB value is (221,125,166). Sum of RGB (Red+Green+Blue) = 221+125+166=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA6 is #228259. Grayscale: #9E9E9E. Windows color (decimal): -2261594 or 10911197. OLE color: 10911197.

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

Color convert

RGB 221 125 166 -
CMYK 0 0.43 0.25 0.13
HSL 334.38º 0.59% 0.68% -
HSV(B) 334.38º 0.43% 0.87% -
XYZ 44.04 32.79 40.09 -
YUV 158.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 221 125 166 0 0.43 0.25 0.13 334.38 0.59 0.68
Hex DD 7D A6 0 2B 19 D 14E 3B 44
Octal 335 175 246 0 53 31 15 516 73 104
Binary 11011101 1111101 10100110 0 101011 11001 1101 101001110 111011 1000100

Color Harmonies of #DD7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DA6

Black with #DD7DA6

Text Example


Text Example

White with #DD7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DA6; }

 p { color: rgb(221,125,166); }

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

background-color css

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

 a { background-color: rgb(221,125,166); }

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

border-color css

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

 span { border-color: rgb(221,125,166); }

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