Html Css Color HEX #DF738E Deep Blush

📋 copy color: '#DF738E'

red 223 ◦ green 115 ◦ blue 142

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

Shades of Deep Blush #DF738E

Tints of Deep Blush #DF738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 46.46%
G = 23.96%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF738E (or 0xDF738E) is known color: Deep Blush. HEX triplet: DF, 73 and 8E. RGB value is (223,115,142). Sum of RGB (Red+Green+Blue) = 223+115+142=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF738E is #208C71. Grayscale: #969696. Windows color (decimal): -2133106 or 9335775. OLE color: 9335775.

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

Color convert

RGB 223 115 142 -
CMYK 0 0.48 0.36 0.13
HSL 345º 0.63% 0.66% -
HSV(B) 345º 0.48% 0.87% -
XYZ 41.44 29.9 29.18 -
YUV 150.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 223 115 142 0 0.48 0.36 0.13 345 0.63 0.66
Hex DF 73 8E 0 30 24 D 159 3F 42
Octal 337 163 216 0 60 44 15 531 77 102
Binary 11011111 1110011 10001110 0 110000 100100 1101 101011001 111111 1000010

Color Harmonies of #DF738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF738E

Black with #DF738E

Text Example


Text Example

White with #DF738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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