Html Css Color HEX #DD7194 Pale Violet Red

📋 copy color: '#DD7194'

red 221 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #DD7194

Tints of Pale Violet Red #DD7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 45.85%
G = 23.44%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7194 (or 0xDD7194) is known color: Pale Violet Red. HEX triplet: DD, 71 and 94. RGB value is (221,113,148). Sum of RGB (Red+Green+Blue) = 221+113+148=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7194 is #228E6B. Grayscale: #959595. Windows color (decimal): -2264684 or 9728477. OLE color: 9728477.

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

Color convert

RGB 221 113 148 -
CMYK 0 0.49 0.33 0.13
HSL 340.56º 0.61% 0.65% -
HSV(B) 340.56º 0.49% 0.87% -
XYZ 41.07 29.32 31.51 -
YUV 149.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 221 113 148 0 0.49 0.33 0.13 340.56 0.61 0.65
Hex DD 71 94 0 31 21 D 155 3D 41
Octal 335 161 224 0 61 41 15 525 75 101
Binary 11011101 1110001 10010100 0 110001 100001 1101 101010101 111101 1000001

Color Harmonies of #DD7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7194

Black with #DD7194

Text Example


Text Example

White with #DD7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7194; }

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

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

background-color css

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

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

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

border-color css

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

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

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