Html Css Color HEX #DD7494 Pale Violet Red

📋 copy color: '#DD7494'

red 221 ◦ green 116 ◦ blue 148

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

Shades of Pale Violet Red #DD7494

Tints of Pale Violet Red #DD7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 45.57%
G = 23.92%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7494 (or 0xDD7494) is known color: Pale Violet Red. HEX triplet: DD, 74 and 94. RGB value is (221,116,148). Sum of RGB (Red+Green+Blue) = 221+116+148=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7494 is #228B6B. Grayscale: #979797. Windows color (decimal): -2263916 or 9729245. OLE color: 9729245.

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

Color convert

RGB 221 116 148 -
CMYK 0 0.48 0.33 0.13
HSL 341.71º 0.61% 0.66% -
HSV(B) 341.71º 0.48% 0.87% -
XYZ 41.41 30 31.63 -
YUV 151.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 221 116 148 0 0.48 0.33 0.13 341.71 0.61 0.66
Hex DD 74 94 0 30 21 D 156 3D 42
Octal 335 164 224 0 60 41 15 526 75 102
Binary 11011101 1110100 10010100 0 110000 100001 1101 101010110 111101 1000010

Color Harmonies of #DD7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7494

Black with #DD7494

Text Example


Text Example

White with #DD7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7494; }

 p { color: rgb(221,116,148); }

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

background-color css

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

 a { background-color: rgb(221,116,148); }

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

border-color css

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

 span { border-color: rgb(221,116,148); }

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