Html Css Color HEX #DA7580 Froly

📋 copy color: '#DA7580'

red 218 ◦ green 117 ◦ blue 128

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

Shades of Froly #DA7580

Tints of Froly #DA7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.27%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 47.08%
G = 25.27%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7580 (or 0xDA7580) is known color: Froly. HEX triplet: DA, 75 and 80. RGB value is (218,117,128). Sum of RGB (Red+Green+Blue) = 218+117+128=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7580 is #258A7F. Grayscale: #949494. Windows color (decimal): -2460288 or 8418778. OLE color: 8418778.

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

Color convert

RGB 218 117 128 -
CMYK 0 0.46 0.41 0.15
HSL 353.47º 0.58% 0.66% -
HSV(B) 353.47º 0.46% 0.85% -
XYZ 39.17 29.19 23.99 -
YUV 148.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 218 117 128 0 0.46 0.41 0.15 353.47 0.58 0.66
Hex DA 75 80 0 2E 29 F 161 3A 42
Octal 332 165 200 0 56 51 17 541 72 102
Binary 11011010 1110101 10000000 0 101110 101001 1111 101100001 111010 1000010

Color Harmonies of #DA7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7580

Black with #DA7580

Text Example


Text Example

White with #DA7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7580; }

 p { color: rgb(218,117,128); }

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

background-color css

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

 a { background-color: rgb(218,117,128); }

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

border-color css

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

 span { border-color: rgb(218,117,128); }

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