Html Css Color HEX #DD718E Pale Violet Red

📋 copy color: '#DD718E'

red 221 ◦ green 113 ◦ blue 142

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

Shades of Pale Violet Red #DD718E

Tints of Pale Violet Red #DD718E

RGB

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

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

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

R = 46.43%
G = 23.74%
B = 29.83%

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

#DD718E (or 0xDD718E) is known color: Pale Violet Red. HEX triplet: DD, 71 and 8E. RGB value is (221,113,142). Sum of RGB (Red+Green+Blue) = 221+113+142=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718E is #228E71. Grayscale: #949494. Windows color (decimal): -2264690 or 9335261. OLE color: 9335261.

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

Color convert

RGB 221 113 142 -
CMYK 0 0.49 0.36 0.13
HSL 343.89º 0.61% 0.65% -
HSV(B) 343.89º 0.49% 0.87% -
XYZ 40.61 29.14 29.07 -
YUV 148.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 221 113 142 0 0.49 0.36 0.13 343.89 0.61 0.65
Hex DD 71 8E 0 31 24 D 158 3D 41
Octal 335 161 216 0 61 44 15 530 75 101
Binary 11011101 1110001 10001110 0 110001 100100 1101 101011000 111101 1000001

Color Harmonies of #DD718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718E

Black with #DD718E

Text Example


Text Example

White with #DD718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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