Html Css Color HEX #DD7391 Pale Violet Red

📋 copy color: '#DD7391'

red 221 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #DD7391

Tints of Pale Violet Red #DD7391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 45.95%
G = 23.91%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7391 (or 0xDD7391) is known color: Pale Violet Red. HEX triplet: DD, 73 and 91. RGB value is (221,115,145). Sum of RGB (Red+Green+Blue) = 221+115+145=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7391 is #228C6E. Grayscale: #969696. Windows color (decimal): -2264175 or 9532381. OLE color: 9532381.

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

Color convert

RGB 221 115 145 -
CMYK 0 0.48 0.34 0.13
HSL 343.02º 0.61% 0.66% -
HSV(B) 343.02º 0.48% 0.87% -
XYZ 41.06 29.68 30.35 -
YUV 150.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 221 115 145 0 0.48 0.34 0.13 343.02 0.61 0.66
Hex DD 73 91 0 30 22 D 157 3D 42
Octal 335 163 221 0 60 42 15 527 75 102
Binary 11011101 1110011 10010001 0 110000 100010 1101 101010111 111101 1000010

Color Harmonies of #DD7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7391

Black with #DD7391

Text Example


Text Example

White with #DD7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7391; }

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

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

background-color css

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

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

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

border-color css

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

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

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