Html Css Color HEX #DF708C Deep Blush

📋 copy color: '#DF708C'

red 223 ◦ green 112 ◦ blue 140

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

Shades of Deep Blush #DF708C

Tints of Deep Blush #DF708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 46.95%
G = 23.58%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF708C (or 0xDF708C) is known color: Deep Blush. HEX triplet: DF, 70 and 8C. RGB value is (223,112,140). Sum of RGB (Red+Green+Blue) = 223+112+140=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF708C is #208F73. Grayscale: #949494. Windows color (decimal): -2133876 or 9203935. OLE color: 9203935.

HSL color Cylindrical-coordinate representation of color #DF708C: hue angle of 344.86º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF708C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 112 140 -
CMYK 0 0.50 0.37 0.13
HSL 344.86º 0.63% 0.66% -
HSV(B) 344.86º 0.5% 0.87% -
XYZ 40.96 29.17 28.28 -
YUV 148.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 223 112 140 0 0.50 0.37 0.13 344.86 0.63 0.66
Hex DF 70 8C 0 32 25 D 159 3F 42
Octal 337 160 214 0 62 45 15 531 77 102
Binary 11011111 1110000 10001100 0 110010 100101 1101 101011001 111111 1000010

Color Harmonies of #DF708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF708C

Black with #DF708C

Text Example


Text Example

White with #DF708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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