Html Css Color HEX #DF788D Deep Blush

📋 copy color: '#DF788D'

red 223 ◦ green 120 ◦ blue 141

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

Shades of Deep Blush #DF788D

Tints of Deep Blush #DF788D

RGB

 RED value IS 223 (87.5% from 255) = 46.07%

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

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

R = 46.07%
G = 24.79%
B = 29.13%

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

#DF788D (or 0xDF788D) is known color: Deep Blush. HEX triplet: DF, 78 and 8D. RGB value is (223,120,141). Sum of RGB (Red+Green+Blue) = 223+120+141=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF788D is #208772. Grayscale: #999999. Windows color (decimal): -2131827 or 9271519. OLE color: 9271519.

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

Color convert

RGB 223 120 141 -
CMYK 0 0.46 0.37 0.13
HSL 347.77º 0.62% 0.67% -
HSV(B) 347.77º 0.46% 0.87% -
XYZ 41.96 31.04 28.98 -
YUV 153.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 223 120 141 0 0.46 0.37 0.13 347.77 0.62 0.67
Hex DF 78 8D 0 2E 25 D 15C 3E 43
Octal 337 170 215 0 56 45 15 534 76 103
Binary 11011111 1111000 10001101 0 101110 100101 1101 101011100 111110 1000011

Color Harmonies of #DF788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF788D

Black with #DF788D

Text Example


Text Example

White with #DF788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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