Html Css Color HEX #DA616E Froly

📋 copy color: '#DA616E'

red 218 ◦ green 97 ◦ blue 110

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

Shades of Froly #DA616E

Tints of Froly #DA616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 51.29%
G = 22.82%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA616E (or 0xDA616E) is known color: Froly. HEX triplet: DA, 61 and 6E. RGB value is (218,97,110). Sum of RGB (Red+Green+Blue) = 218+97+110=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA616E is #259E91. Grayscale: #868686. Windows color (decimal): -2465426 or 7234010. OLE color: 7234010.

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

Color convert

RGB 218 97 110 -
CMYK 0 0.56 0.50 0.15
HSL 353.55º 0.62% 0.62% -
HSV(B) 353.55º 0.56% 0.85% -
XYZ 36 24.58 17.6 -
YUV 134.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 218 97 110 0 0.56 0.50 0.15 353.55 0.62 0.62
Hex DA 61 6E 0 38 32 F 162 3E 3E
Octal 332 141 156 0 70 62 17 542 76 76
Binary 11011010 1100001 1101110 0 111000 110010 1111 101100010 111110 111110

Color Harmonies of #DA616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA616E

Black with #DA616E

Text Example


Text Example

White with #DA616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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