Html Css Color HEX #DD7DA1 Pale Violet Red

📋 copy color: '#DD7DA1'

red 221 ◦ green 125 ◦ blue 161

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

Shades of Pale Violet Red #DD7DA1

Tints of Pale Violet Red #DD7DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.76%

R = 43.59%
G = 24.65%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD7DA1 (or 0xDD7DA1) is known color: Pale Violet Red. HEX triplet: DD, 7D and A1. RGB value is (221,125,161). Sum of RGB (Red+Green+Blue) = 221+125+161=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA1 is #22825E. Grayscale: #9D9D9D. Windows color (decimal): -2261599 or 10583517. OLE color: 10583517.

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

Color convert

RGB 221 125 161 -
CMYK 0 0.43 0.27 0.13
HSL 337.5º 0.59% 0.68% -
HSV(B) 337.5º 0.43% 0.87% -
XYZ 43.59 32.61 37.72 -
YUV 157.81 129.8 173.07 -
System Red Green Blue C M Y K H S L
Decimal 221 125 161 0 0.43 0.27 0.13 337.5 0.59 0.68
Hex DD 7D A1 0 2B 1B D 152 3B 44
Octal 335 175 241 0 53 33 15 522 73 104
Binary 11011101 1111101 10100001 0 101011 11011 1101 101010010 111011 1000100

Color Harmonies of #DD7DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DA1

Black with #DD7DA1

Text Example


Text Example

White with #DD7DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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