Html Css Color HEX #DD709E Pale Violet Red

📋 copy color: '#DD709E'

red 221 ◦ green 112 ◦ blue 158

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

Shades of Pale Violet Red #DD709E

Tints of Pale Violet Red #DD709E

RGB

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

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

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

R = 45.01%
G = 22.81%
B = 32.18%

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

#DD709E (or 0xDD709E) is known color: Pale Violet Red. HEX triplet: DD, 70 and 9E. RGB value is (221,112,158). Sum of RGB (Red+Green+Blue) = 221+112+158=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709E is #228F61. Grayscale: #959595. Windows color (decimal): -2264930 or 10383581. OLE color: 10383581.

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

Color convert

RGB 221 112 158 -
CMYK 0 0.49 0.29 0.13
HSL 334.68º 0.62% 0.65% -
HSV(B) 334.68º 0.49% 0.87% -
XYZ 41.78 29.43 35.83 -
YUV 149.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 221 112 158 0 0.49 0.29 0.13 334.68 0.62 0.65
Hex DD 70 9E 0 31 1D D 14F 3E 41
Octal 335 160 236 0 61 35 15 517 76 101
Binary 11011101 1110000 10011110 0 110001 11101 1101 101001111 111110 1000001

Color Harmonies of #DD709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD709E

Black with #DD709E

Text Example


Text Example

White with #DD709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD709E; }

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

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

background-color css

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

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

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

border-color css

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

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

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