Html Css Color HEX #DF748D Deep Blush

📋 copy color: '#DF748D'

red 223 ◦ green 116 ◦ blue 141

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

Shades of Deep Blush #DF748D

Tints of Deep Blush #DF748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 46.46%
G = 24.17%
B = 29.38%

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

#DF748D (or 0xDF748D) is known color: Deep Blush. HEX triplet: DF, 74 and 8D. RGB value is (223,116,141). Sum of RGB (Red+Green+Blue) = 223+116+141=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF748D is #208B72. Grayscale: #969696. Windows color (decimal): -2132851 or 9270495. OLE color: 9270495.

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

Color convert

RGB 223 116 141 -
CMYK 0 0.48 0.37 0.13
HSL 345.98º 0.63% 0.66% -
HSV(B) 345.98º 0.48% 0.87% -
XYZ 41.48 30.1 28.82 -
YUV 150.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 223 116 141 0 0.48 0.37 0.13 345.98 0.63 0.66
Hex DF 74 8D 0 30 25 D 15A 3F 42
Octal 337 164 215 0 60 45 15 532 77 102
Binary 11011111 1110100 10001101 0 110000 100101 1101 101011010 111111 1000010

Color Harmonies of #DF748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF748D

Black with #DF748D

Text Example


Text Example

White with #DF748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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