Html Css Color HEX #DD7A9A Pale Violet Red

📋 copy color: '#DD7A9A'

red 221 ◦ green 122 ◦ blue 154

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

Shades of Pale Violet Red #DD7A9A

Tints of Pale Violet Red #DD7A9A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 44.47%
G = 24.55%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD7A9A (or 0xDD7A9A) is known color: Pale Violet Red. HEX triplet: DD, 7A and 9A. RGB value is (221,122,154). Sum of RGB (Red+Green+Blue) = 221+122+154=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A9A is #228565. Grayscale: #9B9B9B. Windows color (decimal): -2262374 or 10123997. OLE color: 10123997.

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

Color convert

RGB 221 122 154 -
CMYK 0 0.45 0.30 0.13
HSL 340.61º 0.59% 0.67% -
HSV(B) 340.61º 0.45% 0.87% -
XYZ 42.61 31.62 34.43 -
YUV 155.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 221 122 154 0 0.45 0.30 0.13 340.61 0.59 0.67
Hex DD 7A 9A 0 2D 1E D 155 3B 43
Octal 335 172 232 0 55 36 15 525 73 103
Binary 11011101 1111010 10011010 0 101101 11110 1101 101010101 111011 1000011

Color Harmonies of #DD7A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A9A

Black with #DD7A9A

Text Example


Text Example

White with #DD7A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A9A; }

 p { color: rgb(221,122,154); }

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

background-color css

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

 a { background-color: rgb(221,122,154); }

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

border-color css

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

 span { border-color: rgb(221,122,154); }

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