Html Css Color HEX #DA6D75 Froly

📋 copy color: '#DA6D75'

red 218 ◦ green 109 ◦ blue 117

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

Shades of Froly #DA6D75

Tints of Froly #DA6D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.55%

 BLUE value IS 117 (46.09% from 255) = 26.35%

R = 49.1%
G = 24.55%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6D75 (or 0xDA6D75) is known color: Froly. HEX triplet: DA, 6D and 75. RGB value is (218,109,117). Sum of RGB (Red+Green+Blue) = 218+109+117=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D75 is #25928A. Grayscale: #8E8E8E. Windows color (decimal): -2462347 or 7695834. OLE color: 7695834.

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

Color convert

RGB 218 109 117 -
CMYK 0 0.5 0.46 0.15
HSL 355.6º 0.6% 0.64% -
HSV(B) 355.6º 0.5% 0.85% -
XYZ 37.59 27.13 20.08 -
YUV 142.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 218 109 117 0 0.5 0.46 0.15 355.6 0.6 0.64
Hex DA 6D 75 0 32 2E F 164 3C 40
Octal 332 155 165 0 62 56 17 544 74 100
Binary 11011010 1101101 1110101 0 110010 101110 1111 101100100 111100 1000000

Color Harmonies of #DA6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6D75

Black with #DA6D75

Text Example


Text Example

White with #DA6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6D75; }

 p { color: rgb(218,109,117); }

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

background-color css

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

 a { background-color: rgb(218,109,117); }

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

border-color css

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

 span { border-color: rgb(218,109,117); }

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