Html Css Color HEX #DD728E Pale Violet Red

📋 copy color: '#DD728E'

red 221 ◦ green 114 ◦ blue 142

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

Shades of Pale Violet Red #DD728E

Tints of Pale Violet Red #DD728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 46.33%
G = 23.9%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD728E (or 0xDD728E) is known color: Pale Violet Red. HEX triplet: DD, 72 and 8E. RGB value is (221,114,142). Sum of RGB (Red+Green+Blue) = 221+114+142=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728E is #228D71. Grayscale: #959595. Windows color (decimal): -2264434 or 9335517. OLE color: 9335517.

HSL color Cylindrical-coordinate representation of color #DD728E: hue angle of 344.3º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD728E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 142 -
CMYK 0 0.48 0.36 0.13
HSL 344.3º 0.61% 0.66% -
HSV(B) 344.3º 0.48% 0.87% -
XYZ 40.72 29.36 29.11 -
YUV 149.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 221 114 142 0 0.48 0.36 0.13 344.3 0.61 0.66
Hex DD 72 8E 0 30 24 D 158 3D 42
Octal 335 162 216 0 60 44 15 530 75 102
Binary 11011101 1110010 10001110 0 110000 100100 1101 101011000 111101 1000010

Color Harmonies of #DD728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD728E

Black with #DD728E

Text Example


Text Example

White with #DD728E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD728E; }

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

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

background-color css

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

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

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

border-color css

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

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

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