Html Css Color HEX #DA717A Froly

📋 copy color: '#DA717A'

red 218 ◦ green 113 ◦ blue 122

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

Shades of Froly #DA717A

Tints of Froly #DA717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 48.12%
G = 24.94%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA717A (or 0xDA717A) is known color: Froly. HEX triplet: DA, 71 and 7A. RGB value is (218,113,122). Sum of RGB (Red+Green+Blue) = 218+113+122=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA717A is #258E85. Grayscale: #919191. Windows color (decimal): -2461318 or 8024538. OLE color: 8024538.

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

Color convert

RGB 218 113 122 -
CMYK 0 0.48 0.44 0.15
HSL 354.86º 0.59% 0.65% -
HSV(B) 354.86º 0.48% 0.85% -
XYZ 38.33 28.12 21.82 -
YUV 145.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 218 113 122 0 0.48 0.44 0.15 354.86 0.59 0.65
Hex DA 71 7A 0 30 2C F 163 3B 41
Octal 332 161 172 0 60 54 17 543 73 101
Binary 11011010 1110001 1111010 0 110000 101100 1111 101100011 111011 1000001

Color Harmonies of #DA717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA717A

Black with #DA717A

Text Example


Text Example

White with #DA717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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