Html Css Color HEX #DA7F86 Charm

📋 copy color: '#DA7F86'

red 218 ◦ green 127 ◦ blue 134

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

Shades of Charm #DA7F86

Tints of Charm #DA7F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 45.51%
G = 26.51%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA7F86 (or 0xDA7F86) is known color: Charm. HEX triplet: DA, 7F and 86. RGB value is (218,127,134). Sum of RGB (Red+Green+Blue) = 218+127+134=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7F86 is #258079. Grayscale: #9B9B9B. Windows color (decimal): -2457722 or 8814554. OLE color: 8814554.

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

Color convert

RGB 218 127 134 -
CMYK 0 0.42 0.39 0.15
HSL 355.38º 0.55% 0.68% -
HSV(B) 355.38º 0.42% 0.85% -
XYZ 40.81 31.81 26.54 -
YUV 155.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 218 127 134 0 0.42 0.39 0.15 355.38 0.55 0.68
Hex DA 7F 86 0 2A 27 F 163 37 44
Octal 332 177 206 0 52 47 17 543 67 104
Binary 11011010 1111111 10000110 0 101010 100111 1111 101100011 110111 1000100

Color Harmonies of #DA7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F86

Black with #DA7F86

Text Example


Text Example

White with #DA7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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