Html Css Color HEX #DA717D Froly

📋 copy color: '#DA717D'

red 218 ◦ green 113 ◦ blue 125

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

Shades of Froly #DA717D

Tints of Froly #DA717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.41%

R = 47.81%
G = 24.78%
B = 27.41%

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

#DA717D (or 0xDA717D) is known color: Froly. HEX triplet: DA, 71 and 7D. RGB value is (218,113,125). Sum of RGB (Red+Green+Blue) = 218+113+125=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717D is #258E82. Grayscale: #919191. Windows color (decimal): -2461315 or 8221146. OLE color: 8221146.

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

Color convert

RGB 218 113 125 -
CMYK 0 0.48 0.43 0.15
HSL 353.14º 0.59% 0.65% -
HSV(B) 353.14º 0.48% 0.85% -
XYZ 38.52 28.2 22.81 -
YUV 145.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 218 113 125 0 0.48 0.43 0.15 353.14 0.59 0.65
Hex DA 71 7D 0 30 2B F 161 3B 41
Octal 332 161 175 0 60 53 17 541 73 101
Binary 11011010 1110001 1111101 0 110000 101011 1111 101100001 111011 1000001

Color Harmonies of #DA717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA717D

Black with #DA717D

Text Example


Text Example

White with #DA717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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