Html Css Color HEX #DA717C Froly

📋 copy color: '#DA717C'

red 218 ◦ green 113 ◦ blue 124

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

Shades of Froly #DA717C

Tints of Froly #DA717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 47.91%
G = 24.84%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA717C (or 0xDA717C) is known color: Froly. HEX triplet: DA, 71 and 7C. RGB value is (218,113,124). Sum of RGB (Red+Green+Blue) = 218+113+124=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717C is #258E83. Grayscale: #919191. Windows color (decimal): -2461316 or 8155610. OLE color: 8155610.

HSL color Cylindrical-coordinate representation of color #DA717C: hue angle of 353.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA717C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 124 -
CMYK 0 0.48 0.43 0.15
HSL 353.71º 0.59% 0.65% -
HSV(B) 353.71º 0.48% 0.85% -
XYZ 38.46 28.17 22.48 -
YUV 145.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 218 113 124 0 0.48 0.43 0.15 353.71 0.59 0.65
Hex DA 71 7C 0 30 2B F 162 3B 41
Octal 332 161 174 0 60 53 17 542 73 101
Binary 11011010 1110001 1111100 0 110000 101011 1111 101100010 111011 1000001

Color Harmonies of #DA717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA717C

Black with #DA717C

Text Example


Text Example

White with #DA717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA717C; }

 p { color: rgb(218,113,124); }

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

background-color css

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

 a { background-color: rgb(218,113,124); }

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

border-color css

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

 span { border-color: rgb(218,113,124); }

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