Html Css Color HEX #DA767A Froly

📋 copy color: '#DA767A'

red 218 ◦ green 118 ◦ blue 122

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

Shades of Froly #DA767A

Tints of Froly #DA767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 47.6%
G = 25.76%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA767A (or 0xDA767A) is known color: Froly. HEX triplet: DA, 76 and 7A. RGB value is (218,118,122). Sum of RGB (Red+Green+Blue) = 218+118+122=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767A is #258985. Grayscale: #949494. Windows color (decimal): -2460038 or 8025818. OLE color: 8025818.

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

Color convert

RGB 218 118 122 -
CMYK 0 0.46 0.44 0.15
HSL 357.6º 0.57% 0.66% -
HSV(B) 357.6º 0.46% 0.85% -
XYZ 38.9 29.27 22.01 -
YUV 148.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 218 118 122 0 0.46 0.44 0.15 357.6 0.57 0.66
Hex DA 76 7A 0 2E 2C F 166 39 42
Octal 332 166 172 0 56 54 17 546 71 102
Binary 11011010 1110110 1111010 0 101110 101100 1111 101100110 111001 1000010

Color Harmonies of #DA767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA767A

Black with #DA767A

Text Example


Text Example

White with #DA767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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