Html Css Color HEX #DD749D Pale Violet Red

📋 copy color: '#DD749D'

red 221 ◦ green 116 ◦ blue 157

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

Shades of Pale Violet Red #DD749D

Tints of Pale Violet Red #DD749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 44.74%
G = 23.48%
B = 31.78%

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

#DD749D (or 0xDD749D) is known color: Pale Violet Red. HEX triplet: DD, 74 and 9D. RGB value is (221,116,157). Sum of RGB (Red+Green+Blue) = 221+116+157=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749D is #228B62. Grayscale: #989898. Windows color (decimal): -2263907 or 10319069. OLE color: 10319069.

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

Color convert

RGB 221 116 157 -
CMYK 0 0.48 0.29 0.13
HSL 336.57º 0.61% 0.66% -
HSV(B) 336.57º 0.48% 0.87% -
XYZ 42.15 30.3 35.52 -
YUV 152.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 221 116 157 0 0.48 0.29 0.13 336.57 0.61 0.66
Hex DD 74 9D 0 30 1D D 151 3D 42
Octal 335 164 235 0 60 35 15 521 75 102
Binary 11011101 1110100 10011101 0 110000 11101 1101 101010001 111101 1000010

Color Harmonies of #DD749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD749D

Black with #DD749D

Text Example


Text Example

White with #DD749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD749D; }

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

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

background-color css

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

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

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

border-color css

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

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

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