Html Css Color HEX #DA707E Froly

📋 copy color: '#DA707E'

red 218 ◦ green 112 ◦ blue 126

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

Shades of Froly #DA707E

Tints of Froly #DA707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 47.81%
G = 24.56%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA707E (or 0xDA707E) is known color: Froly. HEX triplet: DA, 70 and 7E. RGB value is (218,112,126). Sum of RGB (Red+Green+Blue) = 218+112+126=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA707E is #258F81. Grayscale: #919191. Windows color (decimal): -2461570 or 8286426. OLE color: 8286426.

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

Color convert

RGB 218 112 126 -
CMYK 0 0.49 0.42 0.15
HSL 352.08º 0.59% 0.65% -
HSV(B) 352.08º 0.49% 0.85% -
XYZ 38.47 28 23.12 -
YUV 145.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 218 112 126 0 0.49 0.42 0.15 352.08 0.59 0.65
Hex DA 70 7E 0 31 2A F 160 3B 41
Octal 332 160 176 0 61 52 17 540 73 101
Binary 11011010 1110000 1111110 0 110001 101010 1111 101100000 111011 1000001

Color Harmonies of #DA707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA707E

Black with #DA707E

Text Example


Text Example

White with #DA707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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