Html Css Color HEX #DA7888 Charm

📋 copy color: '#DA7888'

red 218 ◦ green 120 ◦ blue 136

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

Shades of Charm #DA7888

Tints of Charm #DA7888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 45.99%
G = 25.32%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7888 (or 0xDA7888) is known color: Charm. HEX triplet: DA, 78 and 88. RGB value is (218,120,136). Sum of RGB (Red+Green+Blue) = 218+120+136=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7888 is #258777. Grayscale: #979797. Windows color (decimal): -2459512 or 8943834. OLE color: 8943834.

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

Color convert

RGB 218 120 136 -
CMYK 0 0.45 0.38 0.15
HSL 350.2º 0.57% 0.66% -
HSV(B) 350.2º 0.45% 0.85% -
XYZ 40.07 30.12 26.99 -
YUV 151.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 218 120 136 0 0.45 0.38 0.15 350.2 0.57 0.66
Hex DA 78 88 0 2D 26 F 15E 39 42
Octal 332 170 210 0 55 46 17 536 71 102
Binary 11011010 1111000 10001000 0 101101 100110 1111 101011110 111001 1000010

Color Harmonies of #DA7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7888

Black with #DA7888

Text Example


Text Example

White with #DA7888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7888; }

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

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

background-color css

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

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

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

border-color css

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

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

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