Html Css Color HEX #D16670 Froly

📋 copy color: '#D16670'

red 209 ◦ green 102 ◦ blue 112

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

Shades of Froly #D16670

Tints of Froly #D16670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 49.41%
G = 24.11%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D16670 (or 0xD16670) is known color: Froly. HEX triplet: D1, 66 and 70. RGB value is (209,102,112). Sum of RGB (Red+Green+Blue) = 209+102+112=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D16670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16670 is #2E998F. Grayscale: #878787. Windows color (decimal): -3053968 or 7366353. OLE color: 7366353.

HSL color Cylindrical-coordinate representation of color #D16670: hue angle of 354.39º 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 #D16670 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 102 112 -
CMYK 0 0.51 0.46 0.18
HSL 354.39º 0.54% 0.61% -
HSV(B) 354.39º 0.51% 0.82% -
XYZ 33.97 24.23 18.22 -
YUV 135.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 209 102 112 0 0.51 0.46 0.18 354.39 0.54 0.61
Hex D1 66 70 0 33 2E 12 162 36 3D
Octal 321 146 160 0 63 56 22 542 66 75
Binary 11010001 1100110 1110000 0 110011 101110 10010 101100010 110110 111101

Color Harmonies of #D16670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16670

Black with #D16670

Text Example


Text Example

White with #D16670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16670; }

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

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

background-color css

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

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

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

border-color css

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

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

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