Html Css Color HEX #DF688C Deep Blush

📋 copy color: '#DF688C'

red 223 ◦ green 104 ◦ blue 140

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

Shades of Deep Blush #DF688C

Tints of Deep Blush #DF688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 47.75%
G = 22.27%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF688C (or 0xDF688C) is known color: Deep Blush. HEX triplet: DF, 68 and 8C. RGB value is (223,104,140). Sum of RGB (Red+Green+Blue) = 223+104+140=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF688C is #209773. Grayscale: #8F8F8F. Windows color (decimal): -2135924 or 9201887. OLE color: 9201887.

HSL color Cylindrical-coordinate representation of color #DF688C: hue angle of 341.85º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF688C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 140 -
CMYK 0 0.53 0.37 0.13
HSL 341.85º 0.65% 0.64% -
HSV(B) 341.85º 0.53% 0.87% -
XYZ 40.12 27.48 28 -
YUV 143.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 223 104 140 0 0.53 0.37 0.13 341.85 0.65 0.64
Hex DF 68 8C 0 35 25 D 156 41 40
Octal 337 150 214 0 65 45 15 526 101 100
Binary 11011111 1101000 10001100 0 110101 100101 1101 101010110 1000001 1000000

Color Harmonies of #DF688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF688C

Black with #DF688C

Text Example


Text Example

White with #DF688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF688C; }

 p { color: rgb(223,104,140); }

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

background-color css

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

 a { background-color: rgb(223,104,140); }

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

border-color css

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

 span { border-color: rgb(223,104,140); }

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