Html Css Color HEX #DD708F Pale Violet Red

📋 copy color: '#DD708F'

red 221 ◦ green 112 ◦ blue 143

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

Shades of Pale Violet Red #DD708F

Tints of Pale Violet Red #DD708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 46.43%
G = 23.53%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD708F (or 0xDD708F) is known color: Pale Violet Red. HEX triplet: DD, 70 and 8F. RGB value is (221,112,143). Sum of RGB (Red+Green+Blue) = 221+112+143=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD708F is #228F70. Grayscale: #949494. Windows color (decimal): -2264945 or 9400541. OLE color: 9400541.

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

Color convert

RGB 221 112 143 -
CMYK 0 0.49 0.35 0.13
HSL 342.94º 0.62% 0.65% -
HSV(B) 342.94º 0.49% 0.87% -
XYZ 40.57 28.94 29.43 -
YUV 148.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 221 112 143 0 0.49 0.35 0.13 342.94 0.62 0.65
Hex DD 70 8F 0 31 23 D 157 3E 41
Octal 335 160 217 0 61 43 15 527 76 101
Binary 11011101 1110000 10001111 0 110001 100011 1101 101010111 111110 1000001

Color Harmonies of #DD708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD708F

Black with #DD708F

Text Example


Text Example

White with #DD708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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