Html Css Color HEX #DD788D Deep Blush

📋 copy color: '#DD788D'

red 221 ◦ green 120 ◦ blue 141

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

Shades of Deep Blush #DD788D

Tints of Deep Blush #DD788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.9%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 45.85%
G = 24.9%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD788D (or 0xDD788D) is known color: Deep Blush. HEX triplet: DD, 78 and 8D. RGB value is (221,120,141). Sum of RGB (Red+Green+Blue) = 221+120+141=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD788D is #228772. Grayscale: #989898. Windows color (decimal): -2262899 or 9271517. OLE color: 9271517.

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

Color convert

RGB 221 120 141 -
CMYK 0 0.46 0.36 0.13
HSL 347.52º 0.6% 0.67% -
HSV(B) 347.52º 0.46% 0.87% -
XYZ 41.34 30.73 28.95 -
YUV 152.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 221 120 141 0 0.46 0.36 0.13 347.52 0.6 0.67
Hex DD 78 8D 0 2E 24 D 15C 3C 43
Octal 335 170 215 0 56 44 15 534 74 103
Binary 11011101 1111000 10001101 0 101110 100100 1101 101011100 111100 1000011

Color Harmonies of #DD788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD788D

Black with #DD788D

Text Example


Text Example

White with #DD788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD788D; }

 p { color: rgb(221,120,141); }

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

background-color css

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

 a { background-color: rgb(221,120,141); }

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

border-color css

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

 span { border-color: rgb(221,120,141); }

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