Html Css Color HEX #DA6173 Froly

📋 copy color: '#DA6173'

red 218 ◦ green 97 ◦ blue 115

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

Shades of Froly #DA6173

Tints of Froly #DA6173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 115 (45.31% from 255) = 26.74%

R = 50.7%
G = 22.56%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA6173 (or 0xDA6173) is known color: Froly. HEX triplet: DA, 61 and 73. RGB value is (218,97,115). Sum of RGB (Red+Green+Blue) = 218+97+115=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6173 is #259E8C. Grayscale: #878787. Windows color (decimal): -2465421 or 7561690. OLE color: 7561690.

HSL color Cylindrical-coordinate representation of color #DA6173: hue angle of 351.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6173 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 115 -
CMYK 0 0.56 0.47 0.15
HSL 351.07º 0.62% 0.62% -
HSV(B) 351.07º 0.56% 0.85% -
XYZ 36.28 24.69 19.07 -
YUV 135.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 218 97 115 0 0.56 0.47 0.15 351.07 0.62 0.62
Hex DA 61 73 0 38 2F F 15F 3E 3E
Octal 332 141 163 0 70 57 17 537 76 76
Binary 11011010 1100001 1110011 0 111000 101111 1111 101011111 111110 111110

Color Harmonies of #DA6173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6173

Black with #DA6173

Text Example


Text Example

White with #DA6173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6173; }

 p { color: rgb(218,97,115); }

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

background-color css

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

 a { background-color: rgb(218,97,115); }

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

border-color css

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

 span { border-color: rgb(218,97,115); }

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