Html Css Color HEX #DA616D Froly

📋 copy color: '#DA616D'

red 218 ◦ green 97 ◦ blue 109

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

Shades of Froly #DA616D

Tints of Froly #DA616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 51.42%
G = 22.88%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA616D (or 0xDA616D) is known color: Froly. HEX triplet: DA, 61 and 6D. RGB value is (218,97,109). Sum of RGB (Red+Green+Blue) = 218+97+109=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA616D is #259E92. Grayscale: #868686. Windows color (decimal): -2465427 or 7168474. OLE color: 7168474.

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

Color convert

RGB 218 97 109 -
CMYK 0 0.56 0.5 0.15
HSL 354.05º 0.62% 0.62% -
HSV(B) 354.05º 0.56% 0.85% -
XYZ 35.95 24.56 17.31 -
YUV 134.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 218 97 109 0 0.56 0.5 0.15 354.05 0.62 0.62
Hex DA 61 6D 0 38 32 F 162 3E 3E
Octal 332 141 155 0 70 62 17 542 76 76
Binary 11011010 1100001 1101101 0 111000 110010 1111 101100010 111110 111110

Color Harmonies of #DA616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA616D

Black with #DA616D

Text Example


Text Example

White with #DA616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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