Html Css Color HEX #DA7F88 Charm

📋 copy color: '#DA7F88'

red 218 ◦ green 127 ◦ blue 136

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

Shades of Charm #DA7F88

Tints of Charm #DA7F88

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

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

R = 45.32%
G = 26.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7F88 (or 0xDA7F88) is known color: Charm. HEX triplet: DA, 7F and 88. RGB value is (218,127,136). Sum of RGB (Red+Green+Blue) = 218+127+136=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F88 is #258077. Grayscale: #9B9B9B. Windows color (decimal): -2457720 or 8945626. OLE color: 8945626.

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

Color convert

RGB 218 127 136 -
CMYK 0 0.42 0.38 0.15
HSL 354.07º 0.55% 0.68% -
HSV(B) 354.07º 0.42% 0.85% -
XYZ 40.95 31.86 27.28 -
YUV 155.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 218 127 136 0 0.42 0.38 0.15 354.07 0.55 0.68
Hex DA 7F 88 0 2A 26 F 162 37 44
Octal 332 177 210 0 52 46 17 542 67 104
Binary 11011010 1111111 10001000 0 101010 100110 1111 101100010 110111 1000100

Color Harmonies of #DA7F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F88

Black with #DA7F88

Text Example


Text Example

White with #DA7F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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