Html Css Color HEX #DA707C Froly

📋 copy color: '#DA707C'

red 218 ◦ green 112 ◦ blue 124

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

Shades of Froly #DA707C

Tints of Froly #DA707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 48.02%
G = 24.67%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA707C (or 0xDA707C) is known color: Froly. HEX triplet: DA, 70 and 7C. RGB value is (218,112,124). Sum of RGB (Red+Green+Blue) = 218+112+124=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707C is #258F83. Grayscale: #919191. Windows color (decimal): -2461572 or 8155354. OLE color: 8155354.

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

Color convert

RGB 218 112 124 -
CMYK 0 0.49 0.43 0.15
HSL 353.21º 0.59% 0.65% -
HSV(B) 353.21º 0.49% 0.85% -
XYZ 38.35 27.95 22.44 -
YUV 145.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 218 112 124 0 0.49 0.43 0.15 353.21 0.59 0.65
Hex DA 70 7C 0 31 2B F 161 3B 41
Octal 332 160 174 0 61 53 17 541 73 101
Binary 11011010 1110000 1111100 0 110001 101011 1111 101100001 111011 1000001

Color Harmonies of #DA707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA707C

Black with #DA707C

Text Example


Text Example

White with #DA707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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