Html Css Color HEX #DA707B Froly

📋 copy color: '#DA707B'

red 218 ◦ green 112 ◦ blue 123

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

Shades of Froly #DA707B

Tints of Froly #DA707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 48.12%
G = 24.72%
B = 27.15%

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

#DA707B (or 0xDA707B) is known color: Froly. HEX triplet: DA, 70 and 7B. RGB value is (218,112,123). Sum of RGB (Red+Green+Blue) = 218+112+123=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707B is #258F84. Grayscale: #919191. Windows color (decimal): -2461573 or 8089818. OLE color: 8089818.

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

Color convert

RGB 218 112 123 -
CMYK 0 0.49 0.44 0.15
HSL 353.77º 0.59% 0.65% -
HSV(B) 353.77º 0.49% 0.85% -
XYZ 38.28 27.92 22.11 -
YUV 144.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 218 112 123 0 0.49 0.44 0.15 353.77 0.59 0.65
Hex DA 70 7B 0 31 2C F 162 3B 41
Octal 332 160 173 0 61 54 17 542 73 101
Binary 11011010 1110000 1111011 0 110001 101100 1111 101100010 111011 1000001

Color Harmonies of #DA707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA707B

Black with #DA707B

Text Example


Text Example

White with #DA707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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