Html Css Color HEX #DF738C Deep Blush

📋 copy color: '#DF738C'

red 223 ◦ green 115 ◦ blue 140

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

Shades of Deep Blush #DF738C

Tints of Deep Blush #DF738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 46.65%
G = 24.06%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF738C (or 0xDF738C) is known color: Deep Blush. HEX triplet: DF, 73 and 8C. RGB value is (223,115,140). Sum of RGB (Red+Green+Blue) = 223+115+140=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF738C is #208C73. Grayscale: #969696. Windows color (decimal): -2133108 or 9204703. OLE color: 9204703.

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

Color convert

RGB 223 115 140 -
CMYK 0 0.48 0.37 0.13
HSL 346.11º 0.63% 0.66% -
HSV(B) 346.11º 0.48% 0.87% -
XYZ 41.3 29.84 28.39 -
YUV 150.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 223 115 140 0 0.48 0.37 0.13 346.11 0.63 0.66
Hex DF 73 8C 0 30 25 D 15A 3F 42
Octal 337 163 214 0 60 45 15 532 77 102
Binary 11011111 1110011 10001100 0 110000 100101 1101 101011010 111111 1000010

Color Harmonies of #DF738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF738C

Black with #DF738C

Text Example


Text Example

White with #DF738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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