Html Css Color HEX #DF7387 Deep Blush

📋 copy color: '#DF7387'

red 223 ◦ green 115 ◦ blue 135

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

Shades of Deep Blush #DF7387

Tints of Deep Blush #DF7387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 47.15%
G = 24.31%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF7387 (or 0xDF7387) is known color: Deep Blush. HEX triplet: DF, 73 and 87. RGB value is (223,115,135). Sum of RGB (Red+Green+Blue) = 223+115+135=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7387 is #208C78. Grayscale: #959595. Windows color (decimal): -2133113 or 8877023. OLE color: 8877023.

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

Color convert

RGB 223 115 135 -
CMYK 0 0.48 0.39 0.13
HSL 348.89º 0.63% 0.66% -
HSV(B) 348.89º 0.48% 0.87% -
XYZ 40.94 29.7 26.5 -
YUV 149.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 223 115 135 0 0.48 0.39 0.13 348.89 0.63 0.66
Hex DF 73 87 0 30 27 D 15D 3F 42
Octal 337 163 207 0 60 47 15 535 77 102
Binary 11011111 1110011 10000111 0 110000 100111 1101 101011101 111111 1000010

Color Harmonies of #DF7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7387

Black with #DF7387

Text Example


Text Example

White with #DF7387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7387; }

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

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

background-color css

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

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

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

border-color css

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

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

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