Html Css Color HEX #DA6088 Deep Blush

📋 copy color: '#DA6088'

red 218 ◦ green 96 ◦ blue 136

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

Shades of Deep Blush #DA6088

Tints of Deep Blush #DA6088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.33%

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

R = 48.44%
G = 21.33%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA6088 (or 0xDA6088) is known color: Deep Blush. HEX triplet: DA, 60 and 88. RGB value is (218,96,136). Sum of RGB (Red+Green+Blue) = 218+96+136=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6088 is #259F77. Grayscale: #898989. Windows color (decimal): -2465656 or 8937690. OLE color: 8937690.

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

Color convert

RGB 218 96 136 -
CMYK 0 0.56 0.38 0.15
HSL 340.33º 0.62% 0.62% -
HSV(B) 340.33º 0.56% 0.85% -
XYZ 37.54 25.05 26.15 -
YUV 137.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 218 96 136 0 0.56 0.38 0.15 340.33 0.62 0.62
Hex DA 60 88 0 38 26 F 154 3E 3E
Octal 332 140 210 0 70 46 17 524 76 76
Binary 11011010 1100000 10001000 0 111000 100110 1111 101010100 111110 111110

Color Harmonies of #DA6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6088

Black with #DA6088

Text Example


Text Example

White with #DA6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6088; }

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

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

background-color css

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

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

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

border-color css

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

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

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