Html Css Color HEX #DD7A9E Pale Violet Red

📋 copy color: '#DD7A9E'

red 221 ◦ green 122 ◦ blue 158

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

Shades of Pale Violet Red #DD7A9E

Tints of Pale Violet Red #DD7A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 44.11%
G = 24.35%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD7A9E (or 0xDD7A9E) is known color: Pale Violet Red. HEX triplet: DD, 7A and 9E. RGB value is (221,122,158). Sum of RGB (Red+Green+Blue) = 221+122+158=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A9E is #228561. Grayscale: #9B9B9B. Windows color (decimal): -2262370 or 10386141. OLE color: 10386141.

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

Color convert

RGB 221 122 158 -
CMYK 0 0.45 0.29 0.13
HSL 338.18º 0.59% 0.67% -
HSV(B) 338.18º 0.45% 0.87% -
XYZ 42.95 31.76 36.21 -
YUV 155.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 221 122 158 0 0.45 0.29 0.13 338.18 0.59 0.67
Hex DD 7A 9E 0 2D 1D D 152 3B 43
Octal 335 172 236 0 55 35 15 522 73 103
Binary 11011101 1111010 10011110 0 101101 11101 1101 101010010 111011 1000011

Color Harmonies of #DD7A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A9E

Black with #DD7A9E

Text Example


Text Example

White with #DD7A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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