Html Css Color HEX #DA738C Deep Blush

📋 copy color: '#DA738C'

red 218 ◦ green 115 ◦ blue 140

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

Shades of Deep Blush #DA738C

Tints of Deep Blush #DA738C

RGB

 RED value IS 218 (85.55% from 255) = 46.09%

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

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

R = 46.09%
G = 24.31%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA738C (or 0xDA738C) is known color: Deep Blush. HEX triplet: DA, 73 and 8C. RGB value is (218,115,140). Sum of RGB (Red+Green+Blue) = 218+115+140=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738C is #258C73. Grayscale: #949494. Windows color (decimal): -2460788 or 9204698. OLE color: 9204698.

HSL color Cylindrical-coordinate representation of color #DA738C: hue angle of 345.44º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA738C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 140 -
CMYK 0 0.47 0.36 0.15
HSL 345.44º 0.58% 0.65% -
HSV(B) 345.44º 0.47% 0.85% -
XYZ 39.78 29.06 28.32 -
YUV 148.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 218 115 140 0 0.47 0.36 0.15 345.44 0.58 0.65
Hex DA 73 8C 0 2F 24 F 159 3A 41
Octal 332 163 214 0 57 44 17 531 72 101
Binary 11011010 1110011 10001100 0 101111 100100 1111 101011001 111010 1000001

Color Harmonies of #DA738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA738C

Black with #DA738C

Text Example


Text Example

White with #DA738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA738C; }

 p { color: rgb(218,115,140); }

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

background-color css

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

 a { background-color: rgb(218,115,140); }

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

border-color css

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

 span { border-color: rgb(218,115,140); }

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