Html Css Color HEX #DA738A Deep Blush

📋 copy color: '#DA738A'

red 218 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #DA738A

Tints of Deep Blush #DA738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 46.28%
G = 24.42%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA738A (or 0xDA738A) is known color: Deep Blush. HEX triplet: DA, 73 and 8A. RGB value is (218,115,138). Sum of RGB (Red+Green+Blue) = 218+115+138=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738A is #258C75. Grayscale: #949494. Windows color (decimal): -2460790 or 9073626. OLE color: 9073626.

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

Color convert

RGB 218 115 138 -
CMYK 0 0.47 0.37 0.15
HSL 346.6º 0.58% 0.65% -
HSV(B) 346.6º 0.47% 0.85% -
XYZ 39.63 29 27.55 -
YUV 148.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 218 115 138 0 0.47 0.37 0.15 346.6 0.58 0.65
Hex DA 73 8A 0 2F 25 F 15B 3A 41
Octal 332 163 212 0 57 45 17 533 72 101
Binary 11011010 1110011 10001010 0 101111 100101 1111 101011011 111010 1000001

Color Harmonies of #DA738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA738A

Black with #DA738A

Text Example


Text Example

White with #DA738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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