Html Css Color HEX #DD7397 Pale Violet Red

📋 copy color: '#DD7397'

red 221 ◦ green 115 ◦ blue 151

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

Shades of Pale Violet Red #DD7397

Tints of Pale Violet Red #DD7397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.61%

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

R = 45.38%
G = 23.61%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD7397 (or 0xDD7397) is known color: Pale Violet Red. HEX triplet: DD, 73 and 97. RGB value is (221,115,151). Sum of RGB (Red+Green+Blue) = 221+115+151=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7397 is #228C68. Grayscale: #969696. Windows color (decimal): -2264169 or 9925597. OLE color: 9925597.

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

Color convert

RGB 221 115 151 -
CMYK 0 0.48 0.32 0.13
HSL 339.62º 0.61% 0.66% -
HSV(B) 339.62º 0.48% 0.87% -
XYZ 41.54 29.87 32.85 -
YUV 150.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 221 115 151 0 0.48 0.32 0.13 339.62 0.61 0.66
Hex DD 73 97 0 30 20 D 154 3D 42
Octal 335 163 227 0 60 40 15 524 75 102
Binary 11011101 1110011 10010111 0 110000 100000 1101 101010100 111101 1000010

Color Harmonies of #DD7397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7397

Black with #DD7397

Text Example


Text Example

White with #DD7397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7397; }

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

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

background-color css

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

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

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

border-color css

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

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

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