Html Css Color HEX #DA7785 Charm

📋 copy color: '#DA7785'

red 218 ◦ green 119 ◦ blue 133

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

Shades of Charm #DA7785

Tints of Charm #DA7785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 46.38%
G = 25.32%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA7785 (or 0xDA7785) is known color: Charm. HEX triplet: DA, 77 and 85. RGB value is (218,119,133). Sum of RGB (Red+Green+Blue) = 218+119+133=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7785 is #25887A. Grayscale: #969696. Windows color (decimal): -2459771 or 8746970. OLE color: 8746970.

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

Color convert

RGB 218 119 133 -
CMYK 0 0.45 0.39 0.15
HSL 351.52º 0.57% 0.66% -
HSV(B) 351.52º 0.45% 0.85% -
XYZ 39.74 29.79 25.85 -
YUV 150.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 218 119 133 0 0.45 0.39 0.15 351.52 0.57 0.66
Hex DA 77 85 0 2D 27 F 160 39 42
Octal 332 167 205 0 55 47 17 540 71 102
Binary 11011010 1110111 10000101 0 101101 100111 1111 101100000 111001 1000010

Color Harmonies of #DA7785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7785

Black with #DA7785

Text Example


Text Example

White with #DA7785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7785; }

 p { color: rgb(218,119,133); }

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

background-color css

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

 a { background-color: rgb(218,119,133); }

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

border-color css

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

 span { border-color: rgb(218,119,133); }

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