Html Css Color HEX #DA616F Froly

📋 copy color: '#DA616F'

red 218 ◦ green 97 ◦ blue 111

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

Shades of Froly #DA616F

Tints of Froly #DA616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

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

R = 51.17%
G = 22.77%
B = 26.06%

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

#DA616F (or 0xDA616F) is known color: Froly. HEX triplet: DA, 61 and 6F. RGB value is (218,97,111). Sum of RGB (Red+Green+Blue) = 218+97+111=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA616F is #259E90. Grayscale: #868686. Windows color (decimal): -2465425 or 7299546. OLE color: 7299546.

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

Color convert

RGB 218 97 111 -
CMYK 0 0.56 0.49 0.15
HSL 353.06º 0.62% 0.62% -
HSV(B) 353.06º 0.56% 0.85% -
XYZ 36.06 24.6 17.89 -
YUV 134.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 218 97 111 0 0.56 0.49 0.15 353.06 0.62 0.62
Hex DA 61 6F 0 38 31 F 161 3E 3E
Octal 332 141 157 0 70 61 17 541 76 76
Binary 11011010 1100001 1101111 0 111000 110001 1111 101100001 111110 111110

Color Harmonies of #DA616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA616F

Black with #DA616F

Text Example


Text Example

White with #DA616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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