Html Css Color HEX #DD788B Deep Blush

📋 copy color: '#DD788B'

red 221 ◦ green 120 ◦ blue 139

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

Shades of Deep Blush #DD788B

Tints of Deep Blush #DD788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 46.04%
G = 25%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD788B (or 0xDD788B) is known color: Deep Blush. HEX triplet: DD, 78 and 8B. RGB value is (221,120,139). Sum of RGB (Red+Green+Blue) = 221+120+139=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD788B is #228774. Grayscale: #989898. Windows color (decimal): -2262901 or 9140445. OLE color: 9140445.

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

Color convert

RGB 221 120 139 -
CMYK 0 0.46 0.37 0.13
HSL 348.71º 0.6% 0.67% -
HSV(B) 348.71º 0.46% 0.87% -
XYZ 41.2 30.67 28.17 -
YUV 152.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 221 120 139 0 0.46 0.37 0.13 348.71 0.6 0.67
Hex DD 78 8B 0 2E 25 D 15D 3C 43
Octal 335 170 213 0 56 45 15 535 74 103
Binary 11011101 1111000 10001011 0 101110 100101 1101 101011101 111100 1000011

Color Harmonies of #DD788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD788B

Black with #DD788B

Text Example


Text Example

White with #DD788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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