Html Css Color HEX #DA6679 Froly

📋 copy color: '#DA6679'

red 218 ◦ green 102 ◦ blue 121

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

Shades of Froly #DA6679

Tints of Froly #DA6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 49.43%
G = 23.13%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA6679 (or 0xDA6679) is known color: Froly. HEX triplet: DA, 66 and 79. RGB value is (218,102,121). Sum of RGB (Red+Green+Blue) = 218+102+121=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6679 is #259986. Grayscale: #8A8A8A. Windows color (decimal): -2464135 or 7956186. OLE color: 7956186.

HSL color Cylindrical-coordinate representation of color #DA6679: hue angle of 350.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6679 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 121 -
CMYK 0 0.53 0.44 0.15
HSL 350.17º 0.61% 0.63% -
HSV(B) 350.17º 0.53% 0.85% -
XYZ 37.12 25.79 21.11 -
YUV 138.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 218 102 121 0 0.53 0.44 0.15 350.17 0.61 0.63
Hex DA 66 79 0 35 2C F 15E 3D 3F
Octal 332 146 171 0 65 54 17 536 75 77
Binary 11011010 1100110 1111001 0 110101 101100 1111 101011110 111101 111111

Color Harmonies of #DA6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6679

Black with #DA6679

Text Example


Text Example

White with #DA6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6679; }

 p { color: rgb(218,102,121); }

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

background-color css

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

 a { background-color: rgb(218,102,121); }

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

border-color css

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

 span { border-color: rgb(218,102,121); }

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