Html Css Color HEX #DA6174 Froly

📋 copy color: '#DA6174'

red 218 ◦ green 97 ◦ blue 116

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

Shades of Froly #DA6174

Tints of Froly #DA6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 50.58%
G = 22.51%
B = 26.91%

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

#DA6174 (or 0xDA6174) is known color: Froly. HEX triplet: DA, 61 and 74. RGB value is (218,97,116). Sum of RGB (Red+Green+Blue) = 218+97+116=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6174 is #259E8B. Grayscale: #878787. Windows color (decimal): -2465420 or 7627226. OLE color: 7627226.

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

Color convert

RGB 218 97 116 -
CMYK 0 0.56 0.47 0.15
HSL 350.58º 0.62% 0.62% -
HSV(B) 350.58º 0.56% 0.85% -
XYZ 36.34 24.72 19.38 -
YUV 135.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 218 97 116 0 0.56 0.47 0.15 350.58 0.62 0.62
Hex DA 61 74 0 38 2F F 15F 3E 3E
Octal 332 141 164 0 70 57 17 537 76 76
Binary 11011010 1100001 1110100 0 111000 101111 1111 101011111 111110 111110

Color Harmonies of #DA6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6174

Black with #DA6174

Text Example


Text Example

White with #DA6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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