Html Css Color HEX #DA7D85 Charm

📋 copy color: '#DA7D85'

red 218 ◦ green 125 ◦ blue 133

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

Shades of Charm #DA7D85

Tints of Charm #DA7D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

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

R = 45.8%
G = 26.26%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA7D85 (or 0xDA7D85) is known color: Charm. HEX triplet: DA, 7D and 85. RGB value is (218,125,133). Sum of RGB (Red+Green+Blue) = 218+125+133=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D85 is #25827A. Grayscale: #999999. Windows color (decimal): -2458235 or 8748506. OLE color: 8748506.

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

Color convert

RGB 218 125 133 -
CMYK 0 0.43 0.39 0.15
HSL 354.84º 0.56% 0.67% -
HSV(B) 354.84º 0.43% 0.85% -
XYZ 40.48 31.27 26.09 -
YUV 153.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 218 125 133 0 0.43 0.39 0.15 354.84 0.56 0.67
Hex DA 7D 85 0 2B 27 F 163 38 43
Octal 332 175 205 0 53 47 17 543 70 103
Binary 11011010 1111101 10000101 0 101011 100111 1111 101100011 111000 1000011

Color Harmonies of #DA7D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D85

Black with #DA7D85

Text Example


Text Example

White with #DA7D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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