Html Css Color HEX #DF708A Deep Blush

📋 copy color: '#DF708A'

red 223 ◦ green 112 ◦ blue 138

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

Shades of Deep Blush #DF708A

Tints of Deep Blush #DF708A

RGB

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

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

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

R = 47.15%
G = 23.68%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF708A (or 0xDF708A) is known color: Deep Blush. HEX triplet: DF, 70 and 8A. RGB value is (223,112,138). Sum of RGB (Red+Green+Blue) = 223+112+138=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF708A is #208F75. Grayscale: #949494. Windows color (decimal): -2133878 or 9072863. OLE color: 9072863.

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

Color convert

RGB 223 112 138 -
CMYK 0 0.50 0.38 0.13
HSL 345.95º 0.63% 0.66% -
HSV(B) 345.95º 0.5% 0.87% -
XYZ 40.81 29.11 27.51 -
YUV 148.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 223 112 138 0 0.50 0.38 0.13 345.95 0.63 0.66
Hex DF 70 8A 0 32 26 D 15A 3F 42
Octal 337 160 212 0 62 46 15 532 77 102
Binary 11011111 1110000 10001010 0 110010 100110 1101 101011010 111111 1000010

Color Harmonies of #DF708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF708A

Black with #DF708A

Text Example


Text Example

White with #DF708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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