Html Css Color HEX #DA7B88 Charm

📋 copy color: '#DA7B88'

red 218 ◦ green 123 ◦ blue 136

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

Shades of Charm #DA7B88

Tints of Charm #DA7B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

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

R = 45.7%
G = 25.79%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7B88 (or 0xDA7B88) is known color: Charm. HEX triplet: DA, 7B and 88. RGB value is (218,123,136). Sum of RGB (Red+Green+Blue) = 218+123+136=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B88 is #258477. Grayscale: #989898. Windows color (decimal): -2458744 or 8944602. OLE color: 8944602.

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

Color convert

RGB 218 123 136 -
CMYK 0 0.44 0.38 0.15
HSL 351.79º 0.56% 0.67% -
HSV(B) 351.79º 0.44% 0.85% -
XYZ 40.44 30.85 27.12 -
YUV 152.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 218 123 136 0 0.44 0.38 0.15 351.79 0.56 0.67
Hex DA 7B 88 0 2C 26 F 160 38 43
Octal 332 173 210 0 54 46 17 540 70 103
Binary 11011010 1111011 10001000 0 101100 100110 1111 101100000 111000 1000011

Color Harmonies of #DA7B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B88

Black with #DA7B88

Text Example


Text Example

White with #DA7B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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