Html Css Color HEX #D16673 Froly

📋 copy color: '#D16673'

red 209 ◦ green 102 ◦ blue 115

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

Shades of Froly #D16673

Tints of Froly #D16673

RGB

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

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

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

R = 49.06%
G = 23.94%
B = 27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D16673 (or 0xD16673) is known color: Froly. HEX triplet: D1, 66 and 73. RGB value is (209,102,115). Sum of RGB (Red+Green+Blue) = 209+102+115=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D16673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16673 is #2E998C. Grayscale: #878787. Windows color (decimal): -3053965 or 7562961. OLE color: 7562961.

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

Color convert

RGB 209 102 115 -
CMYK 0 0.51 0.45 0.18
HSL 352.71º 0.54% 0.61% -
HSV(B) 352.71º 0.51% 0.82% -
XYZ 34.14 24.3 19.11 -
YUV 135.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 209 102 115 0 0.51 0.45 0.18 352.71 0.54 0.61
Hex D1 66 73 0 33 2D 12 161 36 3D
Octal 321 146 163 0 63 55 22 541 66 75
Binary 11010001 1100110 1110011 0 110011 101101 10010 101100001 110110 111101

Color Harmonies of #D16673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16673

Black with #D16673

Text Example


Text Example

White with #D16673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16673; }

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

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

background-color css

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

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

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

border-color css

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

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

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