Html Css Color HEX #DD6E97 Pale Violet Red

📋 copy color: '#DD6E97'

red 221 ◦ green 110 ◦ blue 151

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

Shades of Pale Violet Red #DD6E97

Tints of Pale Violet Red #DD6E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 45.85%
G = 22.82%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6E97 (or 0xDD6E97) is known color: Pale Violet Red. HEX triplet: DD, 6E and 97. RGB value is (221,110,151). Sum of RGB (Red+Green+Blue) = 221+110+151=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6E97 is #229168. Grayscale: #939393. Windows color (decimal): -2265449 or 9924317. OLE color: 9924317.

HSL color Cylindrical-coordinate representation of color #DD6E97: hue angle of 337.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6E97 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 151 -
CMYK 0 0.50 0.32 0.13
HSL 337.84º 0.62% 0.65% -
HSV(B) 337.84º 0.5% 0.87% -
XYZ 40.98 28.76 32.67 -
YUV 147.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 221 110 151 0 0.50 0.32 0.13 337.84 0.62 0.65
Hex DD 6E 97 0 32 20 D 152 3E 41
Octal 335 156 227 0 62 40 15 522 76 101
Binary 11011101 1101110 10010111 0 110010 100000 1101 101010010 111110 1000001

Color Harmonies of #DD6E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E97

Black with #DD6E97

Text Example


Text Example

White with #DD6E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E97; }

 p { color: rgb(221,110,151); }

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

background-color css

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

 a { background-color: rgb(221,110,151); }

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

border-color css

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

 span { border-color: rgb(221,110,151); }

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