Html Css Color HEX #DA717F Froly

📋 copy color: '#DA717F'

red 218 ◦ green 113 ◦ blue 127

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

Shades of Froly #DA717F

Tints of Froly #DA717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.73%

R = 47.6%
G = 24.67%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA717F (or 0xDA717F) is known color: Froly. HEX triplet: DA, 71 and 7F. RGB value is (218,113,127). Sum of RGB (Red+Green+Blue) = 218+113+127=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717F is #258E80. Grayscale: #929292. Windows color (decimal): -2461313 or 8352218. OLE color: 8352218.

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

Color convert

RGB 218 113 127 -
CMYK 0 0.48 0.42 0.15
HSL 352º 0.59% 0.65% -
HSV(B) 352º 0.48% 0.85% -
XYZ 38.65 28.25 23.49 -
YUV 145.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 218 113 127 0 0.48 0.42 0.15 352 0.59 0.65
Hex DA 71 7F 0 30 2A F 160 3B 41
Octal 332 161 177 0 60 52 17 540 73 101
Binary 11011010 1110001 1111111 0 110000 101010 1111 101100000 111011 1000001

Color Harmonies of #DA717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA717F

Black with #DA717F

Text Example


Text Example

White with #DA717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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