Html Css Color HEX #DD708E Pale Violet Red

📋 copy color: '#DD708E'

red 221 ◦ green 112 ◦ blue 142

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

Shades of Pale Violet Red #DD708E

Tints of Pale Violet Red #DD708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 46.53%
G = 23.58%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD708E (or 0xDD708E) is known color: Pale Violet Red. HEX triplet: DD, 70 and 8E. RGB value is (221,112,142). Sum of RGB (Red+Green+Blue) = 221+112+142=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD708E is #228F71. Grayscale: #949494. Windows color (decimal): -2264946 or 9335005. OLE color: 9335005.

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

Color convert

RGB 221 112 142 -
CMYK 0 0.49 0.36 0.13
HSL 343.49º 0.62% 0.65% -
HSV(B) 343.49º 0.49% 0.87% -
XYZ 40.5 28.91 29.04 -
YUV 148.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 221 112 142 0 0.49 0.36 0.13 343.49 0.62 0.65
Hex DD 70 8E 0 31 24 D 157 3E 41
Octal 335 160 216 0 61 44 15 527 76 101
Binary 11011101 1110000 10001110 0 110001 100100 1101 101010111 111110 1000001

Color Harmonies of #DD708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD708E

Black with #DD708E

Text Example


Text Example

White with #DD708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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