Html Css Color HEX #DD749B Pale Violet Red

📋 copy color: '#DD749B'

red 221 ◦ green 116 ◦ blue 155

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

Shades of Pale Violet Red #DD749B

Tints of Pale Violet Red #DD749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 44.92%
G = 23.58%
B = 31.5%

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

#DD749B (or 0xDD749B) is known color: Pale Violet Red. HEX triplet: DD, 74 and 9B. RGB value is (221,116,155). Sum of RGB (Red+Green+Blue) = 221+116+155=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD749B is #228B64. Grayscale: #979797. Windows color (decimal): -2263909 or 10187997. OLE color: 10187997.

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

Color convert

RGB 221 116 155 -
CMYK 0 0.48 0.30 0.13
HSL 337.71º 0.61% 0.66% -
HSV(B) 337.71º 0.48% 0.87% -
XYZ 41.98 30.23 34.63 -
YUV 151.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 221 116 155 0 0.48 0.30 0.13 337.71 0.61 0.66
Hex DD 74 9B 0 30 1E D 152 3D 42
Octal 335 164 233 0 60 36 15 522 75 102
Binary 11011101 1110100 10011011 0 110000 11110 1101 101010010 111101 1000010

Color Harmonies of #DD749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD749B

Black with #DD749B

Text Example


Text Example

White with #DD749B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD749B; }

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

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

background-color css

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

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

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

border-color css

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

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

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