Html Css Color HEX #DF748C Deep Blush

📋 copy color: '#DF748C'

red 223 ◦ green 116 ◦ blue 140

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

Shades of Deep Blush #DF748C

Tints of Deep Blush #DF748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

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

R = 46.56%
G = 24.22%
B = 29.23%

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

#DF748C (or 0xDF748C) is known color: Deep Blush. HEX triplet: DF, 74 and 8C. RGB value is (223,116,140). Sum of RGB (Red+Green+Blue) = 223+116+140=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748C is #208B73. Grayscale: #969696. Windows color (decimal): -2132852 or 9204959. OLE color: 9204959.

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

Color convert

RGB 223 116 140 -
CMYK 0 0.48 0.37 0.13
HSL 346.54º 0.63% 0.66% -
HSV(B) 346.54º 0.48% 0.87% -
XYZ 41.41 30.07 28.43 -
YUV 150.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 223 116 140 0 0.48 0.37 0.13 346.54 0.63 0.66
Hex DF 74 8C 0 30 25 D 15B 3F 42
Octal 337 164 214 0 60 45 15 533 77 102
Binary 11011111 1110100 10001100 0 110000 100101 1101 101011011 111111 1000010

Color Harmonies of #DF748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF748C

Black with #DF748C

Text Example


Text Example

White with #DF748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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