Html Css Color HEX #DA767F Froly

📋 copy color: '#DA767F'

red 218 ◦ green 118 ◦ blue 127

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

Shades of Froly #DA767F

Tints of Froly #DA767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 47.08%
G = 25.49%
B = 27.43%

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

#DA767F (or 0xDA767F) is known color: Froly. HEX triplet: DA, 76 and 7F. RGB value is (218,118,127). Sum of RGB (Red+Green+Blue) = 218+118+127=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767F is #258980. Grayscale: #949494. Windows color (decimal): -2460033 or 8353498. OLE color: 8353498.

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

Color convert

RGB 218 118 127 -
CMYK 0 0.46 0.42 0.15
HSL 354.6º 0.57% 0.66% -
HSV(B) 354.6º 0.46% 0.85% -
XYZ 39.22 29.39 23.69 -
YUV 148.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 218 118 127 0 0.46 0.42 0.15 354.6 0.57 0.66
Hex DA 76 7F 0 2E 2A F 163 39 42
Octal 332 166 177 0 56 52 17 543 71 102
Binary 11011010 1110110 1111111 0 101110 101010 1111 101100011 111001 1000010

Color Harmonies of #DA767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA767F

Black with #DA767F

Text Example


Text Example

White with #DA767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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