Html Css Color HEX #DD7C9C Pale Violet Red

📋 copy color: '#DD7C9C'

red 221 ◦ green 124 ◦ blue 156

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

Shades of Pale Violet Red #DD7C9C

Tints of Pale Violet Red #DD7C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 44.11%
G = 24.75%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD7C9C (or 0xDD7C9C) is known color: Pale Violet Red. HEX triplet: DD, 7C and 9C. RGB value is (221,124,156). Sum of RGB (Red+Green+Blue) = 221+124+156=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C9C is #228363. Grayscale: #9C9C9C. Windows color (decimal): -2261860 or 10255581. OLE color: 10255581.

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

Color convert

RGB 221 124 156 -
CMYK 0 0.44 0.29 0.13
HSL 340.21º 0.59% 0.68% -
HSV(B) 340.21º 0.44% 0.87% -
XYZ 43.03 32.19 35.4 -
YUV 156.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 221 124 156 0 0.44 0.29 0.13 340.21 0.59 0.68
Hex DD 7C 9C 0 2C 1D D 154 3B 44
Octal 335 174 234 0 54 35 15 524 73 104
Binary 11011101 1111100 10011100 0 101100 11101 1101 101010100 111011 1000100

Color Harmonies of #DD7C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C9C

Black with #DD7C9C

Text Example


Text Example

White with #DD7C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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