Html Css Color HEX #DD739A Pale Violet Red

📋 copy color: '#DD739A'

red 221 ◦ green 115 ◦ blue 154

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

Shades of Pale Violet Red #DD739A

Tints of Pale Violet Red #DD739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.47%

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 45.1%
G = 23.47%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD739A (or 0xDD739A) is known color: Pale Violet Red. HEX triplet: DD, 73 and 9A. RGB value is (221,115,154). Sum of RGB (Red+Green+Blue) = 221+115+154=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD739A is #228C65. Grayscale: #979797. Windows color (decimal): -2264166 or 10122205. OLE color: 10122205.

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

Color convert

RGB 221 115 154 -
CMYK 0 0.48 0.30 0.13
HSL 337.92º 0.61% 0.66% -
HSV(B) 337.92º 0.48% 0.87% -
XYZ 41.78 29.97 34.15 -
YUV 151.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 221 115 154 0 0.48 0.30 0.13 337.92 0.61 0.66
Hex DD 73 9A 0 30 1E D 152 3D 42
Octal 335 163 232 0 60 36 15 522 75 102
Binary 11011101 1110011 10011010 0 110000 11110 1101 101010010 111101 1000010

Color Harmonies of #DD739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD739A

Black with #DD739A

Text Example


Text Example

White with #DD739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD739A; }

 p { color: rgb(221,115,154); }

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

background-color css

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

 a { background-color: rgb(221,115,154); }

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

border-color css

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

 span { border-color: rgb(221,115,154); }

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