Html Css Color HEX #DD7CA5 Pale Violet Red

📋 copy color: '#DD7CA5'

red 221 ◦ green 124 ◦ blue 165

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

Shades of Pale Violet Red #DD7CA5

Tints of Pale Violet Red #DD7CA5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.31%

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 43.33%
G = 24.31%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD7CA5 (or 0xDD7CA5) is known color: Pale Violet Red. HEX triplet: DD, 7C and A5. RGB value is (221,124,165). Sum of RGB (Red+Green+Blue) = 221+124+165=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA5 is #22835A. Grayscale: #9D9D9D. Windows color (decimal): -2261851 or 10845405. OLE color: 10845405.

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

Color convert

RGB 221 124 165 -
CMYK 0 0.44 0.25 0.13
HSL 334.64º 0.59% 0.68% -
HSV(B) 334.64º 0.44% 0.87% -
XYZ 43.82 32.5 39.56 -
YUV 157.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 221 124 165 0 0.44 0.25 0.13 334.64 0.59 0.68
Hex DD 7C A5 0 2C 19 D 14F 3B 44
Octal 335 174 245 0 54 31 15 517 73 104
Binary 11011101 1111100 10100101 0 101100 11001 1101 101001111 111011 1000100

Color Harmonies of #DD7CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CA5

Black with #DD7CA5

Text Example


Text Example

White with #DD7CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CA5; }

 p { color: rgb(221,124,165); }

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

background-color css

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

 a { background-color: rgb(221,124,165); }

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

border-color css

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

 span { border-color: rgb(221,124,165); }

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