Html Css Color HEX #DD718F Pale Violet Red

📋 copy color: '#DD718F'

red 221 ◦ green 113 ◦ blue 143

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

Shades of Pale Violet Red #DD718F

Tints of Pale Violet Red #DD718F

RGB

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

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

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

R = 46.33%
G = 23.69%
B = 29.98%

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

#DD718F (or 0xDD718F) is known color: Pale Violet Red. HEX triplet: DD, 71 and 8F. RGB value is (221,113,143). Sum of RGB (Red+Green+Blue) = 221+113+143=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718F is #228E70. Grayscale: #949494. Windows color (decimal): -2264689 or 9400797. OLE color: 9400797.

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

Color convert

RGB 221 113 143 -
CMYK 0 0.49 0.35 0.13
HSL 343.33º 0.61% 0.65% -
HSV(B) 343.33º 0.49% 0.87% -
XYZ 40.68 29.17 29.47 -
YUV 148.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 221 113 143 0 0.49 0.35 0.13 343.33 0.61 0.65
Hex DD 71 8F 0 31 23 D 157 3D 41
Octal 335 161 217 0 61 43 15 527 75 101
Binary 11011101 1110001 10001111 0 110001 100011 1101 101010111 111101 1000001

Color Harmonies of #DD718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718F

Black with #DD718F

Text Example


Text Example

White with #DD718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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