Html Css Color HEX #DD7091 Pale Violet Red

📋 copy color: '#DD7091'

red 221 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #DD7091

Tints of Pale Violet Red #DD7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 46.23%
G = 23.43%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD7091 (or 0xDD7091) is known color: Pale Violet Red. HEX triplet: DD, 70 and 91. RGB value is (221,112,145). Sum of RGB (Red+Green+Blue) = 221+112+145=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7091 is #228F6E. Grayscale: #949494. Windows color (decimal): -2264943 or 9531613. OLE color: 9531613.

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

Color convert

RGB 221 112 145 -
CMYK 0 0.49 0.34 0.13
HSL 341.83º 0.62% 0.65% -
HSV(B) 341.83º 0.49% 0.87% -
XYZ 40.72 29 30.24 -
YUV 148.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 221 112 145 0 0.49 0.34 0.13 341.83 0.62 0.65
Hex DD 70 91 0 31 22 D 156 3E 41
Octal 335 160 221 0 61 42 15 526 76 101
Binary 11011101 1110000 10010001 0 110001 100010 1101 101010110 111110 1000001

Color Harmonies of #DD7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7091

Black with #DD7091

Text Example


Text Example

White with #DD7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7091; }

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

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

background-color css

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

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

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

border-color css

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

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

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