Html Css Color HEX #DA767E Froly

📋 copy color: '#DA767E'

red 218 ◦ green 118 ◦ blue 126

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

Shades of Froly #DA767E

Tints of Froly #DA767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

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

R = 47.19%
G = 25.54%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA767E (or 0xDA767E) is known color: Froly. HEX triplet: DA, 76 and 7E. RGB value is (218,118,126). Sum of RGB (Red+Green+Blue) = 218+118+126=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767E is #258981. Grayscale: #949494. Windows color (decimal): -2460034 or 8287962. OLE color: 8287962.

HSL color Cylindrical-coordinate representation of color #DA767E: hue angle of 355.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA767E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 126 -
CMYK 0 0.46 0.42 0.15
HSL 355.2º 0.57% 0.66% -
HSV(B) 355.2º 0.46% 0.85% -
XYZ 39.16 29.37 23.34 -
YUV 148.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 218 118 126 0 0.46 0.42 0.15 355.2 0.57 0.66
Hex DA 76 7E 0 2E 2A F 163 39 42
Octal 332 166 176 0 56 52 17 543 71 102
Binary 11011010 1110110 1111110 0 101110 101010 1111 101100011 111001 1000010

Color Harmonies of #DA767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA767E

Black with #DA767E

Text Example


Text Example

White with #DA767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA767E; }

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

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

background-color css

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

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

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

border-color css

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

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

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