Html Css Color HEX #DA707A Froly

📋 copy color: '#DA707A'

red 218 ◦ green 112 ◦ blue 122

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

Shades of Froly #DA707A

Tints of Froly #DA707A

RGB

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

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

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

R = 48.23%
G = 24.78%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA707A (or 0xDA707A) is known color: Froly. HEX triplet: DA, 70 and 7A. RGB value is (218,112,122). Sum of RGB (Red+Green+Blue) = 218+112+122=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707A is #258F85. Grayscale: #909090. Windows color (decimal): -2461574 or 8024282. OLE color: 8024282.

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

Color convert

RGB 218 112 122 -
CMYK 0 0.49 0.44 0.15
HSL 354.34º 0.59% 0.65% -
HSV(B) 354.34º 0.49% 0.85% -
XYZ 38.22 27.9 21.78 -
YUV 144.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 218 112 122 0 0.49 0.44 0.15 354.34 0.59 0.65
Hex DA 70 7A 0 31 2C F 162 3B 41
Octal 332 160 172 0 61 54 17 542 73 101
Binary 11011010 1110000 1111010 0 110001 101100 1111 101100010 111011 1000001

Color Harmonies of #DA707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA707A

Black with #DA707A

Text Example


Text Example

White with #DA707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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