Html Css Color HEX #DA7588 Deep Blush

📋 copy color: '#DA7588'

red 218 ◦ green 117 ◦ blue 136

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

Shades of Deep Blush #DA7588

Tints of Deep Blush #DA7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.84%

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 46.28%
G = 24.84%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7588 (or 0xDA7588) is known color: Deep Blush. HEX triplet: DA, 75 and 88. RGB value is (218,117,136). Sum of RGB (Red+Green+Blue) = 218+117+136=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7588 is #258A77. Grayscale: #959595. Windows color (decimal): -2460280 or 8943066. OLE color: 8943066.

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

Color convert

RGB 218 117 136 -
CMYK 0 0.46 0.38 0.15
HSL 348.71º 0.58% 0.66% -
HSV(B) 348.71º 0.46% 0.85% -
XYZ 39.72 29.41 26.88 -
YUV 149.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 218 117 136 0 0.46 0.38 0.15 348.71 0.58 0.66
Hex DA 75 88 0 2E 26 F 15D 3A 42
Octal 332 165 210 0 56 46 17 535 72 102
Binary 11011010 1110101 10001000 0 101110 100110 1111 101011101 111010 1000010

Color Harmonies of #DA7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7588

Black with #DA7588

Text Example


Text Example

White with #DA7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7588; }

 p { color: rgb(218,117,136); }

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

background-color css

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

 a { background-color: rgb(218,117,136); }

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

border-color css

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

 span { border-color: rgb(218,117,136); }

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