Html Css Color HEX #DD778D Deep Blush

📋 copy color: '#DD778D'

red 221 ◦ green 119 ◦ blue 141

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

Shades of Deep Blush #DD778D

Tints of Deep Blush #DD778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

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

R = 45.95%
G = 24.74%
B = 29.31%

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

#DD778D (or 0xDD778D) is known color: Deep Blush. HEX triplet: DD, 77 and 8D. RGB value is (221,119,141). Sum of RGB (Red+Green+Blue) = 221+119+141=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD778D is #228872. Grayscale: #989898. Windows color (decimal): -2263155 or 9271261. OLE color: 9271261.

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

Color convert

RGB 221 119 141 -
CMYK 0 0.46 0.36 0.13
HSL 347.06º 0.6% 0.67% -
HSV(B) 347.06º 0.46% 0.87% -
XYZ 41.22 30.49 28.91 -
YUV 152.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 221 119 141 0 0.46 0.36 0.13 347.06 0.6 0.67
Hex DD 77 8D 0 2E 24 D 15B 3C 43
Octal 335 167 215 0 56 44 15 533 74 103
Binary 11011101 1110111 10001101 0 101110 100100 1101 101011011 111100 1000011

Color Harmonies of #DD778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD778D

Black with #DD778D

Text Example


Text Example

White with #DD778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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