Html Css Color HEX #DF748B Deep Blush

📋 copy color: '#DF748B'

red 223 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #DF748B

Tints of Deep Blush #DF748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 46.65%
G = 24.27%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF748B (or 0xDF748B) is known color: Deep Blush. HEX triplet: DF, 74 and 8B. RGB value is (223,116,139). Sum of RGB (Red+Green+Blue) = 223+116+139=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748B is #208B74. Grayscale: #969696. Windows color (decimal): -2132853 or 9139423. OLE color: 9139423.

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

Color convert

RGB 223 116 139 -
CMYK 0 0.48 0.38 0.13
HSL 347.1º 0.63% 0.66% -
HSV(B) 347.1º 0.48% 0.87% -
XYZ 41.34 30.04 28.05 -
YUV 150.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 223 116 139 0 0.48 0.38 0.13 347.1 0.63 0.66
Hex DF 74 8B 0 30 26 D 15B 3F 42
Octal 337 164 213 0 60 46 15 533 77 102
Binary 11011111 1110100 10001011 0 110000 100110 1101 101011011 111111 1000010

Color Harmonies of #DF748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF748B

Black with #DF748B

Text Example


Text Example

White with #DF748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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