Html Css Color HEX #D1666B Froly

📋 copy color: '#D1666B'

red 209 ◦ green 102 ◦ blue 107

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

Shades of Froly #D1666B

Tints of Froly #D1666B

RGB

 RED value IS 209 (82.03% from 255) = 50%

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 50%
G = 24.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1666B (or 0xD1666B) is known color: Froly. HEX triplet: D1, 66 and 6B. RGB value is (209,102,107). Sum of RGB (Red+Green+Blue) = 209+102+107=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1666B is #2E9994. Grayscale: #868686. Windows color (decimal): -3053973 or 7038673. OLE color: 7038673.

HSL color Cylindrical-coordinate representation of color #D1666B: hue angle of 357.2º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1666B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 107 -
CMYK 0 0.51 0.49 0.18
HSL 357.2º 0.54% 0.61% -
HSV(B) 357.2º 0.51% 0.82% -
XYZ 33.7 24.12 16.79 -
YUV 134.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 209 102 107 0 0.51 0.49 0.18 357.2 0.54 0.61
Hex D1 66 6B 0 33 31 12 165 36 3D
Octal 321 146 153 0 63 61 22 545 66 75
Binary 11010001 1100110 1101011 0 110011 110001 10010 101100101 110110 111101

Color Harmonies of #D1666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1666B

Black with #D1666B

Text Example


Text Example

White with #D1666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1666B; }

 p { color: rgb(209,102,107); }

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

background-color css

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

 a { background-color: rgb(209,102,107); }

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

border-color css

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

 span { border-color: rgb(209,102,107); }

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