Html Css Color HEX #DD7995 Pale Violet Red

📋 copy color: '#DD7995'

red 221 ◦ green 121 ◦ blue 149

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

Shades of Pale Violet Red #DD7995

Tints of Pale Violet Red #DD7995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

 BLUE value IS 149 (58.59% from 255) = 30.35%

R = 45.01%
G = 24.64%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7995 (or 0xDD7995) is known color: Pale Violet Red. HEX triplet: DD, 79 and 95. RGB value is (221,121,149). Sum of RGB (Red+Green+Blue) = 221+121+149=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7995 is #22866A. Grayscale: #9A9A9A. Windows color (decimal): -2262635 or 9796061. OLE color: 9796061.

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

Color convert

RGB 221 121 149 -
CMYK 0 0.45 0.33 0.13
HSL 343.2º 0.6% 0.67% -
HSV(B) 343.2º 0.45% 0.87% -
XYZ 42.08 31.22 32.24 -
YUV 154.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 221 121 149 0 0.45 0.33 0.13 343.2 0.6 0.67
Hex DD 79 95 0 2D 21 D 157 3C 43
Octal 335 171 225 0 55 41 15 527 74 103
Binary 11011101 1111001 10010101 0 101101 100001 1101 101010111 111100 1000011

Color Harmonies of #DD7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7995

Black with #DD7995

Text Example


Text Example

White with #DD7995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7995; }

 p { color: rgb(221,121,149); }

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

background-color css

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

 a { background-color: rgb(221,121,149); }

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

border-color css

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

 span { border-color: rgb(221,121,149); }

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