Html Css Color HEX #DA738B Deep Blush

📋 copy color: '#DA738B'

red 218 ◦ green 115 ◦ blue 139

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

Shades of Deep Blush #DA738B

Tints of Deep Blush #DA738B

RGB

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

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

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

R = 46.19%
G = 24.36%
B = 29.45%

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

#DA738B (or 0xDA738B) is known color: Deep Blush. HEX triplet: DA, 73 and 8B. RGB value is (218,115,139). Sum of RGB (Red+Green+Blue) = 218+115+139=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738B is #258C74. Grayscale: #949494. Windows color (decimal): -2460789 or 9139162. OLE color: 9139162.

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

Color convert

RGB 218 115 139 -
CMYK 0 0.47 0.36 0.15
HSL 346.02º 0.58% 0.65% -
HSV(B) 346.02º 0.47% 0.85% -
XYZ 39.7 29.03 27.94 -
YUV 148.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 218 115 139 0 0.47 0.36 0.15 346.02 0.58 0.65
Hex DA 73 8B 0 2F 24 F 15A 3A 41
Octal 332 163 213 0 57 44 17 532 72 101
Binary 11011010 1110011 10001011 0 101111 100100 1111 101011010 111010 1000001

Color Harmonies of #DA738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA738B

Black with #DA738B

Text Example


Text Example

White with #DA738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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