Html Css Color HEX #DD6197 Pale Violet Red

📋 copy color: '#DD6197'

red 221 ◦ green 97 ◦ blue 151

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

Shades of Pale Violet Red #DD6197

Tints of Pale Violet Red #DD6197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

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

R = 47.12%
G = 20.68%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD6197 (or 0xDD6197) is known color: Pale Violet Red. HEX triplet: DD, 61 and 97. RGB value is (221,97,151). Sum of RGB (Red+Green+Blue) = 221+97+151=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6197 is #229E68. Grayscale: #8C8C8C. Windows color (decimal): -2268777 or 9920989. OLE color: 9920989.

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

Color convert

RGB 221 97 151 -
CMYK 0 0.56 0.32 0.13
HSL 333.87º 0.65% 0.62% -
HSV(B) 333.87º 0.56% 0.87% -
XYZ 39.68 26.16 32.24 -
YUV 140.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 221 97 151 0 0.56 0.32 0.13 333.87 0.65 0.62
Hex DD 61 97 0 38 20 D 14E 41 3E
Octal 335 141 227 0 70 40 15 516 101 76
Binary 11011101 1100001 10010111 0 111000 100000 1101 101001110 1000001 111110

Color Harmonies of #DD6197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6197

Black with #DD6197

Text Example


Text Example

White with #DD6197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6197; }

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

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

background-color css

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

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

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

border-color css

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

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

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