Html Css Color HEX #DD7CA7 Pale Violet Red

📋 copy color: '#DD7CA7'

red 221 ◦ green 124 ◦ blue 167

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

Shades of Pale Violet Red #DD7CA7

Tints of Pale Violet Red #DD7CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.62%

R = 43.16%
G = 24.22%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD7CA7 (or 0xDD7CA7) is known color: Pale Violet Red. HEX triplet: DD, 7C and A7. RGB value is (221,124,167). Sum of RGB (Red+Green+Blue) = 221+124+167=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA7 is #228358. Grayscale: #9D9D9D. Windows color (decimal): -2261849 or 10976477. OLE color: 10976477.

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

Color convert

RGB 221 124 167 -
CMYK 0 0.44 0.24 0.13
HSL 333.4º 0.59% 0.68% -
HSV(B) 333.4º 0.44% 0.87% -
XYZ 44 32.58 40.53 -
YUV 157.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 221 124 167 0 0.44 0.24 0.13 333.4 0.59 0.68
Hex DD 7C A7 0 2C 18 D 14D 3B 44
Octal 335 174 247 0 54 30 15 515 73 104
Binary 11011101 1111100 10100111 0 101100 11000 1101 101001101 111011 1000100

Color Harmonies of #DD7CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7CA7

Black with #DD7CA7

Text Example


Text Example

White with #DD7CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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