Html Css Color HEX #DA6876 Froly

📋 copy color: '#DA6876'

red 218 ◦ green 104 ◦ blue 118

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

Shades of Froly #DA6876

Tints of Froly #DA6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 118 (46.48% from 255) = 26.82%

R = 49.55%
G = 23.64%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6876 (or 0xDA6876) is known color: Froly. HEX triplet: DA, 68 and 76. RGB value is (218,104,118). Sum of RGB (Red+Green+Blue) = 218+104+118=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6876 is #259789. Grayscale: #8B8B8B. Windows color (decimal): -2463626 or 7760090. OLE color: 7760090.

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

Color convert

RGB 218 104 118 -
CMYK 0 0.52 0.46 0.15
HSL 352.63º 0.61% 0.63% -
HSV(B) 352.63º 0.52% 0.85% -
XYZ 37.13 26.11 20.22 -
YUV 139.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 218 104 118 0 0.52 0.46 0.15 352.63 0.61 0.63
Hex DA 68 76 0 34 2E F 161 3D 3F
Octal 332 150 166 0 64 56 17 541 75 77
Binary 11011010 1101000 1110110 0 110100 101110 1111 101100001 111101 111111

Color Harmonies of #DA6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6876

Black with #DA6876

Text Example


Text Example

White with #DA6876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6876; }

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

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

background-color css

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

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

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

border-color css

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

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

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