Html Css Color HEX #DD719E Pale Violet Red

📋 copy color: '#DD719E'

red 221 ◦ green 113 ◦ blue 158

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

Shades of Pale Violet Red #DD719E

Tints of Pale Violet Red #DD719E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 44.92%
G = 22.97%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD719E (or 0xDD719E) is known color: Pale Violet Red. HEX triplet: DD, 71 and 9E. RGB value is (221,113,158). Sum of RGB (Red+Green+Blue) = 221+113+158=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719E is #228E61. Grayscale: #969696. Windows color (decimal): -2264674 or 10383837. OLE color: 10383837.

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

Color convert

RGB 221 113 158 -
CMYK 0 0.49 0.29 0.13
HSL 335º 0.61% 0.65% -
HSV(B) 335º 0.49% 0.87% -
XYZ 41.9 29.65 35.86 -
YUV 150.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 221 113 158 0 0.49 0.29 0.13 335 0.61 0.65
Hex DD 71 9E 0 31 1D D 14F 3D 41
Octal 335 161 236 0 61 35 15 517 75 101
Binary 11011101 1110001 10011110 0 110001 11101 1101 101001111 111101 1000001

Color Harmonies of #DD719E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD719E

Black with #DD719E

Text Example


Text Example

White with #DD719E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD719E; }

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

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

background-color css

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

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

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

border-color css

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

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

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