Html Css Color HEX #DD749E Pale Violet Red

📋 copy color: '#DD749E'

red 221 ◦ green 116 ◦ blue 158

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

Shades of Pale Violet Red #DD749E

Tints of Pale Violet Red #DD749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 44.65%
G = 23.43%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD749E (or 0xDD749E) is known color: Pale Violet Red. HEX triplet: DD, 74 and 9E. RGB value is (221,116,158). Sum of RGB (Red+Green+Blue) = 221+116+158=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749E is #228B61. Grayscale: #989898. Windows color (decimal): -2263906 or 10384605. OLE color: 10384605.

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

Color convert

RGB 221 116 158 -
CMYK 0 0.48 0.29 0.13
HSL 336º 0.61% 0.66% -
HSV(B) 336º 0.48% 0.87% -
XYZ 42.24 30.33 35.98 -
YUV 152.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 221 116 158 0 0.48 0.29 0.13 336 0.61 0.66
Hex DD 74 9E 0 30 1D D 150 3D 42
Octal 335 164 236 0 60 35 15 520 75 102
Binary 11011101 1110100 10011110 0 110000 11101 1101 101010000 111101 1000010

Color Harmonies of #DD749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD749E

Black with #DD749E

Text Example


Text Example

White with #DD749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD749E; }

 p { color: rgb(221,116,158); }

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

background-color css

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

 a { background-color: rgb(221,116,158); }

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

border-color css

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

 span { border-color: rgb(221,116,158); }

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