Html Css Color HEX #DA6988 Deep Blush

📋 copy color: '#DA6988'

red 218 ◦ green 105 ◦ blue 136

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

Shades of Deep Blush #DA6988

Tints of Deep Blush #DA6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

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

R = 47.49%
G = 22.88%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA6988 (or 0xDA6988) is known color: Deep Blush. HEX triplet: DA, 69 and 88. RGB value is (218,105,136). Sum of RGB (Red+Green+Blue) = 218+105+136=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6988 is #259677. Grayscale: #8E8E8E. Windows color (decimal): -2463352 or 8939994. OLE color: 8939994.

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

Color convert

RGB 218 105 136 -
CMYK 0 0.52 0.38 0.15
HSL 343.54º 0.6% 0.63% -
HSV(B) 343.54º 0.52% 0.85% -
XYZ 38.41 26.79 26.44 -
YUV 142.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 218 105 136 0 0.52 0.38 0.15 343.54 0.6 0.63
Hex DA 69 88 0 34 26 F 158 3C 3F
Octal 332 151 210 0 64 46 17 530 74 77
Binary 11011010 1101001 10001000 0 110100 100110 1111 101011000 111100 111111

Color Harmonies of #DA6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6988

Black with #DA6988

Text Example


Text Example

White with #DA6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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