Html Css Color HEX #DA6188 Deep Blush

📋 copy color: '#DA6188'

red 218 ◦ green 97 ◦ blue 136

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

Shades of Deep Blush #DA6188

Tints of Deep Blush #DA6188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 48.34%
G = 21.51%
B = 30.16%

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

#DA6188 (or 0xDA6188) is known color: Deep Blush. HEX triplet: DA, 61 and 88. RGB value is (218,97,136). Sum of RGB (Red+Green+Blue) = 218+97+136=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6188 is #259E77. Grayscale: #898989. Windows color (decimal): -2465400 or 8937946. OLE color: 8937946.

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

Color convert

RGB 218 97 136 -
CMYK 0 0.56 0.38 0.15
HSL 340.66º 0.62% 0.62% -
HSV(B) 340.66º 0.56% 0.85% -
XYZ 37.63 25.23 26.18 -
YUV 137.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 218 97 136 0 0.56 0.38 0.15 340.66 0.62 0.62
Hex DA 61 88 0 38 26 F 155 3E 3E
Octal 332 141 210 0 70 46 17 525 76 76
Binary 11011010 1100001 10001000 0 111000 100110 1111 101010101 111110 111110

Color Harmonies of #DA6188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6188

Black with #DA6188

Text Example


Text Example

White with #DA6188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6188; }

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

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

background-color css

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

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

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

border-color css

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

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

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