Html Css Color HEX #DD7DA3 Pale Violet Red

📋 copy color: '#DD7DA3'

red 221 ◦ green 125 ◦ blue 163

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

Shades of Pale Violet Red #DD7DA3

Tints of Pale Violet Red #DD7DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.02%

R = 43.42%
G = 24.56%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD7DA3 (or 0xDD7DA3) is known color: Pale Violet Red. HEX triplet: DD, 7D and A3. RGB value is (221,125,163). Sum of RGB (Red+Green+Blue) = 221+125+163=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA3 is #22825C. Grayscale: #9D9D9D. Windows color (decimal): -2261597 or 10714589. OLE color: 10714589.

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

Color convert

RGB 221 125 163 -
CMYK 0 0.43 0.26 0.13
HSL 336.25º 0.59% 0.68% -
HSV(B) 336.25º 0.43% 0.87% -
XYZ 43.76 32.68 38.65 -
YUV 158.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 221 125 163 0 0.43 0.26 0.13 336.25 0.59 0.68
Hex DD 7D A3 0 2B 1A D 150 3B 44
Octal 335 175 243 0 53 32 15 520 73 104
Binary 11011101 1111101 10100011 0 101011 11010 1101 101010000 111011 1000100

Color Harmonies of #DD7DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7DA3

Black with #DD7DA3

Text Example


Text Example

White with #DD7DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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