Html Css Color HEX #DA606F Froly

📋 copy color: '#DA606F'

red 218 ◦ green 96 ◦ blue 111

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

Shades of Froly #DA606F

Tints of Froly #DA606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

 BLUE value IS 111 (43.75% from 255) = 26.12%

R = 51.29%
G = 22.59%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA606F (or 0xDA606F) is known color: Froly. HEX triplet: DA, 60 and 6F. RGB value is (218,96,111). Sum of RGB (Red+Green+Blue) = 218+96+111=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA606F is #259F90. Grayscale: #868686. Windows color (decimal): -2465681 or 7299290. OLE color: 7299290.

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

Color convert

RGB 218 96 111 -
CMYK 0 0.56 0.49 0.15
HSL 352.62º 0.62% 0.62% -
HSV(B) 352.62º 0.56% 0.85% -
XYZ 35.97 24.42 17.86 -
YUV 134.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 218 96 111 0 0.56 0.49 0.15 352.62 0.62 0.62
Hex DA 60 6F 0 38 31 F 161 3E 3E
Octal 332 140 157 0 70 61 17 541 76 76
Binary 11011010 1100000 1101111 0 111000 110001 1111 101100001 111110 111110

Color Harmonies of #DA606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA606F

Black with #DA606F

Text Example


Text Example

White with #DA606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA606F; }

 p { color: rgb(218,96,111); }

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

background-color css

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

 a { background-color: rgb(218,96,111); }

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

border-color css

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

 span { border-color: rgb(218,96,111); }

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