Html Css Color HEX #DA6166 Froly

📋 copy color: '#DA6166'

red 218 ◦ green 97 ◦ blue 102

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

Shades of Froly #DA6166

Tints of Froly #DA6166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 52.28%
G = 23.26%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA6166 (or 0xDA6166) is known color: Froly. HEX triplet: DA, 61 and 66. RGB value is (218,97,102). Sum of RGB (Red+Green+Blue) = 218+97+102=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6166 is #259E99. Grayscale: #858585. Windows color (decimal): -2465434 or 6709722. OLE color: 6709722.

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

Color convert

RGB 218 97 102 -
CMYK 0 0.56 0.53 0.15
HSL 357.52º 0.62% 0.62% -
HSV(B) 357.52º 0.56% 0.85% -
XYZ 35.59 24.41 15.41 -
YUV 133.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 218 97 102 0 0.56 0.53 0.15 357.52 0.62 0.62
Hex DA 61 66 0 38 35 F 166 3E 3E
Octal 332 141 146 0 70 65 17 546 76 76
Binary 11011010 1100001 1100110 0 111000 110101 1111 101100110 111110 111110

Color Harmonies of #DA6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6166

Black with #DA6166

Text Example


Text Example

White with #DA6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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