Html Css Color HEX #DF688A Deep Blush

📋 copy color: '#DF688A'

red 223 ◦ green 104 ◦ blue 138

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

Shades of Deep Blush #DF688A

Tints of Deep Blush #DF688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 47.96%
G = 22.37%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF688A (or 0xDF688A) is known color: Deep Blush. HEX triplet: DF, 68 and 8A. RGB value is (223,104,138). Sum of RGB (Red+Green+Blue) = 223+104+138=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF688A is #209775. Grayscale: #8F8F8F. Windows color (decimal): -2135926 or 9070815. OLE color: 9070815.

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

Color convert

RGB 223 104 138 -
CMYK 0 0.53 0.38 0.13
HSL 342.86º 0.65% 0.64% -
HSV(B) 342.86º 0.53% 0.87% -
XYZ 39.97 27.42 27.23 -
YUV 143.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 223 104 138 0 0.53 0.38 0.13 342.86 0.65 0.64
Hex DF 68 8A 0 35 26 D 157 41 40
Octal 337 150 212 0 65 46 15 527 101 100
Binary 11011111 1101000 10001010 0 110101 100110 1101 101010111 1000001 1000000

Color Harmonies of #DF688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF688A

Black with #DF688A

Text Example


Text Example

White with #DF688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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