Html Css Color HEX #DA6E7E Froly

📋 copy color: '#DA6E7E'

red 218 ◦ green 110 ◦ blue 126

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

Shades of Froly #DA6E7E

Tints of Froly #DA6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.23%

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

R = 48.02%
G = 24.23%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA6E7E (or 0xDA6E7E) is known color: Froly. HEX triplet: DA, 6E and 7E. RGB value is (218,110,126). Sum of RGB (Red+Green+Blue) = 218+110+126=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6E7E is #259181. Grayscale: #909090. Windows color (decimal): -2462082 or 8285914. OLE color: 8285914.

HSL color Cylindrical-coordinate representation of color #DA6E7E: hue angle of 351.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6E7E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 126 -
CMYK 0 0.50 0.42 0.15
HSL 351.11º 0.59% 0.64% -
HSV(B) 351.11º 0.5% 0.85% -
XYZ 38.26 27.56 23.04 -
YUV 144.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 218 110 126 0 0.50 0.42 0.15 351.11 0.59 0.64
Hex DA 6E 7E 0 32 2A F 15F 3B 40
Octal 332 156 176 0 62 52 17 537 73 100
Binary 11011010 1101110 1111110 0 110010 101010 1111 101011111 111011 1000000

Color Harmonies of #DA6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E7E

Black with #DA6E7E

Text Example


Text Example

White with #DA6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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